- Clone this repo:
git clone https://github.com/Ninja-5000/NinjaHelper.git
- Move into the cloned directory:
cd NinjaHelper
- Install dependencies:
npm i
- Rename
config.example.js
toconfig.js
- Replace the required fields in the config file.
- Replace
<BOT_TOKEN>
with your bot token. - Replace
<USER_ID>
with your Discord user ID. - Replace
<MONGO_URI>
with your MongoDB database connection string.
If you cannot selfhost the bot, you can use the already hosted versions:
- By Stef-00012 - here
- By CreeperITA104 - here
- By Ninja-5000 (me) - here
This is a fork of the bot made by stef_dp - Source code