My Discord Bot is a simple Discord bot created using Node.js and the Discord.js library.
This bot is designed to perform various fun and useful tasks within our Discord server.
- Feature 1: Gives a user access to vote.
- Feature 2: Allows a user to seek for help.
- Feature 3: Gives a user access to voting history.
-
Invite the Bot:
- To add this bot to your Discord server, click here.
-
Commands:
- Use
/vote
to carryout voting. - Use
/help
to ask - Use
/
to provide a brief description of available bot commands and their usage.
- Use
If you want to host your own instance of this bot, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/gabbyedgar/Discord-bot.git cd Discord-bot
-
Install the required dependencies:
npm install
-
Create a
config.json
file in the project directory and add your Discord bot token:"token": "your-token-goes-here", "clientId": "your-application-id-goes-here", "guildId": "your-server-id-goes-here"
-
Start the bot:
node bot.js
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository on GitHub.
- Make your changes and create a pull request with a clear description of your changes.
- Be sure to adhere to the code style and conventions used in the project.
This project is licensed under the MIT License - see the LICENSE file for details.