Skip to content

NRASNRAS/eservices-admin-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eServices Admin Bot

The admin discord bot for eServices, available for only certain nations to access. Used to interact with documents!

Setting it up

  1. Clone this repo
  2. cd into the folder
  3. Type npm install
  4. Create a file named config.json in the same folder
  5. 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"
}
  1. Run node deployCommands.js
  2. Finally, start the bot: node main.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published