ANormalStick / Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord bot boilerplate

A simple TypeScript boilerplate for a Discord bot.

Prerequisites

Setup

  • clone the repo
git clone https://github.com/SeqSEE/discord-bot-boilerplate.git
  • install the dependencies
cd discord-bot-boilerplate
npm install
  • build the project
npm run build
  • start the bot
npm run start

About

License:MIT License


Languages

Language:TypeScript 99.8%Language:Shell 0.2%