- The BOT can be invited to your own server.
- Self-Hosting questions for this bot will not be assisted by the bot developer.
- Code Errors, Bugs may be assisted by the developer but not prioritized.
- This bot repository will be updated whenever the developer feels like updating it.
git clone https://github.com/Zeroo000/Project-Zero
cd Project-Zero
- Fill up
config.json
npm i
to install dependencies.node .
to run the bot.
- BOT Prefix:
p
- Note that the discord.js-commando framework already has a built-in commands and it is the following:
- help
- eval
- ping
- prefix
- You can enable/disable the built-in commands by changing the value in
line:49
- true (enable)
- false (disable)
- Enabling the Unknown Command response you have to delete the
unknownCommand: false,
onindex.js
atline: 53
.