Just add the bot to your Discord Server and have fun!
Color of the Embed | Meaning |
---|---|
Red Embed | A Error Occurred |
Orange Embed | Loading Something |
Green Embed | Command ran Successfully |
Cyan Embed | Information about something |
If you want to run on your own you will need to do this steps
- Install Node if you haven't
- Clone this Repo with
git clone 'https://github.com/Brisolo32/TestBot123.git'
- Move to the cloned directory and
src
folder - In there create a
config.json
and add the following values like this
{
"guildId": "Your development guild here",
"clientId": "Your client id (Application id) here",
"token": "Your token here",
"colours": {
// This colours can be modified for your liking
// But they need to be here
"error": "#db0f0f",
"loading": "#ff8000",
"success": "#22d60b",
"info": "#00b3ff"
}
}
- Run
npm i
to install 18TB of mostly useless packages - Finally, run
node main
ornode .
to run
Contribuitions are always welcome! You can contribute to this project by Forking it and (After you modified it) making a Pull Request