Discord Bot GUI is a graphical user interface (GUI) application for managing a Discord server. This bot allows you to send messages, view server members, and manage message logs from a user-friendly interface.
- Send messages and files to a specified Discord channel.
- View server members with their nicknames.
- Save and manage message logs.
- Select servers and channels easily from the GUI.
Before running the project, ensure you have the following installed:
- Python 3.8+: Download Python
- Required Python Libraries:
discord.pyfor interacting with Discord API.tkinterfor GUI components.Pillowfor handling images.asynciofor asynchronous operations
