This project is a simple setup for Discord Bot creation. This project is a very simple starting point for creating your own Discord Bot. It has a command & event handler built-in, so you don't have to worry about that anymore.
This is a project for the people who are getting stuck or are tired of writing a bot setup over and over again.
- Install node.js (latest version);
- Install a code editor (atom, Visual Studio Code, etc.)
- Clone the repository.
- Open your project in the code editor and launch a terminal in the root folder of your project.
- In your terminal type
npm init
. This is going to ask you a few questions. Answer those questions. - Run
npm i
to install all the packages that come with this project. - Create a bot account here.
- Back in your code editor create a
.env
file in your root directory. - Take a look at the .env.example file and paste that in.
- Now try to run the project with
npm run start
.
Thank you for the time to contribute to this project!
While contributing, you agree to the Code of Conduct. The Code of Conduct ensures the people that are contributing to this project, that it will be done respectfully.
For more information on how to contribute to the project, please read the contributing guidelines.