The Web Wizard Discord bot is a versatile and feature-rich bot designed to enhance your Discord server experience. It includes various commands for user interaction, moderation, and entertainment. This bot is open-source and welcomes contributions from developers and enthusiasts.
- Ping Command: Responds with "Pong!" to check the bot's responsiveness.
- Alert Command: Executes a simple alert message.
- Modular Design: Easily extendable through cogs for additional features.
- Python 3.8 or higher
- discord.py library
-
Clone the Repository
https://github.com/PgNetwork01/discord-bot.git cd discord-bot
-
Install Dependencies
Make sure you have
pip
installed, then run:pip install -U discord.py
Create a file in the root directory name config.py and paste this:
TOKEN = "YOUR_DISCORD_TOKEN"
-
Create a Discord Bot Account
- Go to the Discord Developer Portal.
- Create a new application.
- Under the "Bot" tab, click "Add Bot" and save your token.
To run the bot, use the following command:
python bot.py
Once the bot is running, you can use the commands:
!ping
- Responds with "Pong!"!alert
- Executes an alert message.
We welcome contributions to improve the bot! Here’s how you can help:
- Fork the project.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes.
- Commit your changes (
git commit -m 'Add your feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any inquiries or issues, please contact anshumanmishra799@gmail.com.