A template for you to start making a discord bot using nodejs, akairo, and typescript.
- Click the "Use this template" button to create a new repository from this template
- Create the
src/listeners
andsrc/inhibitors
folders (commands already exists, I have an example ping command) - Copy
src/config/example-options.ts
tosrc/config/options.ts
and replace the token - Make the bot :) (
yarn start
to run the bot)