Discord bot written on TypeScript using discord.ts
- Easy to use
- Has latest Slash Commands
- Permissions/Guards/Groups all supported!
discord.ts bot requires Node.js v11+ and Git to run.
git clone https://github.com/GliderCodes/discordts-bot
npm:
cd discordts-bot
npm i
node run dev
yarn:
cd discordts-bot
yarn install
yarn dev
Before running the bot, make use to update settings.json
file to include your bot token.
These are repos that made this possible, so would like to credit them!
MIT