Skip to content

Firstzada/Discord-Bot-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Base

To run this project, you will need to add the following environment variables to your .env file

TOKEN = Your discord bot token
PREFIX = Prefix that your bot will use to respond
MAIN_GUILD_ID = Server ID that slash commands will be added to

Exemplo de .env

  TOKEN=TOKEN_AQUI
  PREFIX=!
  MAIN_GUILD_ID=778802467604791337

How to install and run

CMD:
npm i -g typescript && npm i -g ts-node && npm install

POWERSHELL:
npm i -g typescript ; npm i -g ts-node ; npm install

About

Typescript command handler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published