ZumitoTeam / zumito-bot

Discord Bot
GNU General Public License v3.0
4 stars 1 forks source link

Implement Command to Request Server Banner #128

Closed WilliamAcosta1 closed 3 months ago

WilliamAcosta1 commented 3 months ago

Problem Description: Currently, there is no easy way for users to request to see the server banner through our Discord bot. We propose implementing a command that allows users to quickly and easily obtain and view the server banner.

Proposed Features:

  1. Request Command: Create a command (e.g., /banner) that users can use to request the server banner.
  2. Bot Response: The bot will respond with the server banner image.
  3. Permissions: Ensure the command can only be used by users with the appropriate permissions to prevent abuse.

Pros:

  1. Quick Access: Allows users to obtain the server banner immediately and easily.
  2. Improved Interaction: Adds a useful and appealing functionality for server members.
  3. Increased Bot Usage: Encourages more interaction with the bot by adding new functionalities.

Cons:

  1. Development Effort: Requires time and effort to develop and implement the new command.
  2. Necessary Testing: Testing is needed to ensure the command works correctly and that usage permissions are respected.

Recommended Actions:

  1. Command Development: Implement the /banner command in the bot using the Discord API to fetch the server banner.
  2. Testing: Conduct thorough testing to ensure the command works correctly and can only be used by users with appropriate permissions.
  3. Documentation: Document the command's usage so users know how to use it and what to expect.

This issue will serve as a foundation for implementing a command that allows users to request and view the server banner, thus improving the interaction and functionality of our Discord bot.

github-actions[bot] commented 3 months ago

Branch issue-128-Implement_Command_to_Request_Server_Banner created!