Discord ImageBot is a versatile bot that allows users to easily upload, save, and retrieve images in a Discord server. It provides a simple interface to manage and access images based on user-provided names.
- Upload Image: Users can upload images with a specified name using the
!upload
command. - Save Image: The bot saves the uploaded image with the provided name for future retrieval.
- Retrieve Image: Users can retrieve a saved image by providing its name with the
!getimage
command.
- Invite the bot to your Discord server.
- Use the
!upload
command to upload an image with a specific name. - Retrieve the saved image later using the
!getimage
command with the specified name.
- Clone the repository to your local machine.
- Install the necessary dependencies (Discord.py library).
- Set up your Discord bot on the Discord Developer Portal and obtain a bot token.
- Replace
'YOUR_BOT_TOKEN'
with your actual bot token in the code. - Run the script (
python3 main.py
) and enjoy your image-saving and retrieval bot!
Contributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests.
This project is licensed under the MIT License.