This is the repo for the source code of the the A Child discord bot.
To get a copy of the project on your local computer follow these instructions.
- Your Own Discord Bot
- Node.js
- Discord.js
- MongoDB
First make sure that you make a copy of the project on your local computer.
git clone https://github.com/grenmon2202/A-Child-Discord-Bot.git
To test the code using your own bot, you have to create a config.json file in the root directory with the following piece of code:
{
"token": "<Your Bot's Token Here>"
"mongoPath": "<Your MongoDB Server>"
}
After this initial setup, you can freely make changes to the source code and test them out using your own bot.
- Javascript
- Node.js
- Discord.js
- MongoDB