This bot has been rewritten by @AdrianKusmierek and all the migrated commands
from the original fork are within ~/commands/client-customs/ folder.
- Download the Zip
- Install the Required Modules
npm install discord.js@14.7.1npm install fs@latestnpm install ms@latest
- Change the Owner ID, Bot Client ID and Bot Token in
~/data/config.json{ "token": "TOKEN_HERE", "clientId": "BOT_CLIENT_ID_HERE", "ownerId": "OWNER_ID_HERE" } - Launch the Bot
node index.js