/discord-ts-template

Template to easily start the development of a typescript discord bot.

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

discord-ts-template

Template to easily start the development of a typescript discord bot.

Usage

  • cp .env.example .env
  • Edit .env content
  • yarn
  • yarn start => Start the bot.
  • yarn build => Build js files to /build.
  • yarn deploy-commands => Deploy commands in scripts/deploy-commands.ts to the discord API.