Skip to content

AdrianUtomo/NaraBot

Repository files navigation

NaraBot

A multi-functional Discord Bot written with Node.js

For contributors :


Installation :

Make sure you have NodeJS installed on your system. Here are the steps that you have to follow in order to be able to work on this project as a contributor :

1. Fork the project

Fork this repository to your own repository.

2. Install all dependencies

Run this command in your terminal to install all dependencies :

npm install

3. Make a config file

make a file and call it ".env" in your project directory. The ".env" file should contain this following lines :

PREFIX="$"
CLIENT_ID="YOUR_TESTING_BOT_ID"
GUILD_ID="YOUR_TESTING_SERVER_ID"
TOKEN="YOUR_BOT_TOKEN"
APEX_API_KEY="ASK_OWNER_OR_REGISTER_YOUR_OWN_KEY"

Notice that you will need some API Keys in order to get the bot working properly. You can get the keys by asking the owner of this repository or register your own API Key. Here are the links to get all the API Keys needed :

Deployment

Fork this repository then push your changes to your fork and create a new pull request. Make sure to test the bot first in your local machine to ensure everything is working correctly. Your push request will be reviewed first by the owner of this repository.

Helpful Links :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published