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.
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
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:
git checkout -b feature/YourFeature
).git commit -m 'Add your feature'
).git push origin feature/YourFeature
).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.