This Python script, built using the discord.py
library, facilitates the seamless change of avatars for Discord bots. The script provides a user-friendly command-line interface, allowing you to input the Discord bot token and the name of the avatar file. It supports both static and animated avatars.
- User-friendly command-line interface.
- Input validation for Discord bot token and avatar file name.
- Integration with
colorama
for colorful and visually appealing terminal output. - Proper error handling and descriptive error messages.
- Support for both static and animated avatars.
-
Clone the repository to your local machine:
git clone https://github.com/your-username/discord-bot-avatar-changer.git cd discord-bot-avatar-changer
-
Run the script:
- On Windows:
run_bot.bat
- On Linux/Mac:
./run_bot.sh
- On Windows:
-
Follow the prompts to enter the Discord bot token and the avatar file name.
- Python 3.6 or higher
- Keep your bot token secure and do not share it with others.
This project is licensed under the MIT License. Contributions and suggestions are welcome!