HHK-ETH / discord-ts-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 96.3%Language:Shell 3.7%