Welcome to the documentation for ScheduleBot - A bot created display when your next class is scheduled.
This Discord.js bot is designed to display information about your upcoming classes in school.
Before you begin, ensure you have the following installed:
-
Clone this repository to your local machine:
git clone https://github.com/your-username/your-discord-bot.git
-
Navigate to the project directory:
cd ScheduleBot
-
Install the project dependencies:
npm install
Create a .env file in the root directory of your project and fill in the following values:
CLIENT_TOKEN = your_bot_token_here
Replace your_bot_token_here with your Discord bot token
Run the following command to start your bot:
npm start
Your Discord bot should now be online and ready to respond to commands.
This bot does not accept any form of user input, it reads everything from the json_files directory.
If you'd like to contribute to this project, please create an issue describing what you are changing and follow that with a pull request.
Anyone is free to use or modify this source code.