Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 798 Bytes

File metadata and controls

28 lines (16 loc) · 798 Bytes

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™