Skip to content

AllanGame/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord bot template

Start

npm start to start the bot or npm run devStart for start with nodemon but first modify the src/utils/data.json

{
    "token": {
      "discord": "YOUR-BOT-TOKEN"
    },
    "database": {
      "username": "MONGO-USER",
      "password": "MONGO-PASSWORD",
      "url": "CLUSTER-URL"
    }
  }

Features

  • MongoDB
  • Multilanguage
  • Command aliases
  • Command cooldown
  • Command permissions
  • Only dev command option
  • Only owner command option

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published