Bytoid is an official bot of the ByteSlash discord community!
Bytoid is made using the following tech-stack
To test the bot locally follow the following steps:
-
Fork this repository
-
Clone this repository into your local machine by using the following command
git clone https://github.com/<your-username>/bytoid
-
Installing the dependencies
npm install
-
Creating a bot account on discord dev portal
-
Creating a MongoDB database
-
Head over to MongoDB and create/sign in into your account
-
Create a new project and give your project name
-
After the project is been completed, click on
Build a database
. Select the shared plan and move forward
- Copy the connection url
-
-
Rename
.env.example
to.env
and place the environment variables in their place as mentioned in the file -
Run
npm run dev
command to bring the bot online