Skip to content

A discord bot infrastructure written in typescript. Discord Typescript Bot Template.

License

Notifications You must be signed in to change notification settings

burakbehlull/discord-bot-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discordjs Bot Typescript

Run: npm run dev or yarn dev

Command Comment
npm run build Compiles typescript files to javascript
npm start Runs compiled javascript files

Fill in the .env file within the project with your information:

TOKEN = 
BOT_ID = 

contents:

  • events loader
  • slash commands loader
  • deploy command
  • defined types