The admin discord bot for eServices, available for only certain nations to access. Used to interact with documents!
- Clone this repo
cdinto the folder- Type
npm install - Create a file named
config.jsonin the same folder - Here's an example for that file:
{
"token": "DISCORD BOT TOKEN",
"clientid": "DISCORD BOT ID",
"apitoken": "ESERVICES API TOKEN",
"approvedguildid": ["ID OF AN APPROVED DISCORD SERVER"],
"country": "COUNTRY NAME",
"apiurl": "URL TO THE ESERVICES API"
}- Run
node deployCommands.js - Finally, start the bot:
node main.js