Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

22 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages