Important
This repository has been archived due to major inactivty within the organization.
A NavigoLearn project!
Getting started is easy! Just follow the steps given...
git clone https://github.com/NavigoLearn/navigolearn-bot.git
cd navigolearn-bot
npm i
Note
You can use the config.example.json
file as a template.
This step is very short, just rename configexample.json
to config.json
and include the necessary info. (refer to the info below)
token
: The Discord bot token. You can get this from the Discord Developer Portal.clientId
- The Discord bot client ID. You can get this from the Discord Developer Portal and is used to deploy commands.activity
- A list of activites for the bot to show.DebugLogging
- Whether to log debug messages to the console.authusers
- A list of user IDs that are allowed to use special dev commands.othernavigodevs
- A list of user IDs that are allowed to use a few special dev commands.ghtoken
- A GitHub token used to access the GitHub API. You can get this from the GitHub Developer Settings.
Note
Remember to run node deploy
beforehand to ensure all commands are deployed.
node index
Contributing is a very helpful thing if we forget something or mess something up!
Just submit a pull request and we'll review it!
Note
We do not currently have a bug format, so just report it as you see fit. (include as much info as possible)
If you wish to report a bug just open an issue, and we'll look into it!
Well basically the same way you do for a bug, just open an issue and we'll look into it!