Skip to content
/ DiscordBot Public template

🤖 A TypeScript Discord bot boilerplate using Discord.js.

License

Notifications You must be signed in to change notification settings

LucaTanks/DiscordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Discord Bot Boilerplate

A simple boilerplate I use when making Discord bots, utilizing TypeScript and Discord.js

Information

Credit

You can edit and use, just credit me somewhere.

Contains the following

  • Slash Command Handler
  • Event Handler
  • Example /ping command

Commands

The following example uses yarn, you can use npm if you wish

  • yarn dev - Starts the bot in development mode (File watching)
  • yarn build - Builds the bot
  • yarn start - Starts the bot

Maintaining

I will maintain when I can.
If you wish, you can make pull requests if you want to contribute yourself.