/Project-Zero

A multifunctional Discord Bot made on discord.js-commando framework.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Developer Discord Status Discord Bots

Leveling System might be added soon! By using the MongoDB Database.

  • 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.

Invite Links

Installation

  • 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.

API Keys

Node.js Installation

Commands

  • BOT Prefix: p

Note

  • 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, on index.js at line: 53.