Table of Contents
A Discord bot for Maintaining and Managing our College Coding Server, Called Coders United Discord Server. There are alternative bots like MEE6. But Some of essential features for our server are Premium features, So we decided to created our own Bot.
This Bot can do (in Future):
- Send messages & Embeds on the Server
- Give roles to users(Reaction Roles)
- Greets new Users joining the server
To get a local copy of this project, Follow these simple steps.
- npm
npm install npm@latest -g
- Get the Discord Bot Token
- Clone the repo
git clone https://github.com/aslamcodes/Coders-United.git
- Install NPM packages
npm run post:install
- Enter your Token in
.env
fileTOKEN = ENTER_YOUR_TOKEN;
To get the project running Locally on your machine
npm run dev
To get the interface running
npm run interface
To get the Server running
npm run server