A Discord Support Bot...
Duh.
The .env
file currently requires:
TOKEN=token_here
mongoUri=mongo_uri_here
Configure config.json
.
{
"mainGuild": "main_guild_id",
"color": "0xFFAC33",
"prefix": "?",
"presence": {
"activity": { "name": "someone", "type": "WATCHING" },
"status": "online"
},
"startPresence": {
"status": "idle",
"activity": {
"name": "a loading game ⏳",
"type": "COMPETING"
}
},
"bins": [
"https://hastebin.com",
"https://starb.in",
"https://haste.red-panda.red/",
"https://paste.hep.gg/",
"https://haste.rauf.wtf/"
]
}