Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.56 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.56 KB

Discord Gallery Bot

Overview

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.

OIG

Screenshot from 2023-12-28 16-13-07

Features

  • 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.

How to Use

  1. Invite the bot to your Discord server.
  2. Use the !upload command to upload an image with a specific name.
  3. Retrieve the saved image later using the !getimage command with the specified name.

Getting Started

  • 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!

Contributing

Contributions are welcome! Feel free to fork the repository, make improvements, and submit pull requests.

License

This project is licensed under the MIT License.