This bot is hosted on an Raspberry pi 4b+ 4gb ram
- Kety_the_folf#0001
- AbnerSquared
-
Run
update.bat
. This will automatically attempt to install all of the required files. -
Create
config.json
in the same location asindex.js
. Theconfig.json
must contain the following:
{
"token": "DISCORD_TOKEN_KEY", // This is the token that is used to log in as the bot
"prefix": "PREFIX", // This represents the prefix that the bot will listen to
"devId": "DEV_ID", // This represents the Discord ID to be marked as a developer
"commandPath": "COMMAND_PATH", // This defines where the command files are stored
"debug": false // This determines if specific things are to be logged on the console
"fur_APIkey": "api key for furrybotapi" // this is not needed to use but removes api cooldown if you have one
}
- Once everything is set up, you can now launch the bot using
run.bat
.