Skip to content

CommandString/DiscordTs-Bot-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordTs Bot Template

A DiscordJS bot template written in TS based on my DiscordPHP Bot Template

Important Resources

DiscordJS Guide

DiscordJS Docs

DiscordJS Server

Developer Hub If you any questions with the template

Typescript

Environment Configuration

Copy .env.example -> .env and add your bot token

Npm Commands

npm run dev - Start the bot in development mode npm run build - Build the bot npm run start - Start the bot in production mode npm run update-commands - Pushes the command configurations to Discord

More documentation coming soon™