Issue Description:
As a user of our Discord bot, I want to be able to use a "/avatar" command to view user profile pictures in chat, so that I may more easily inspect and/or save them.
Feature Description:
The "/avatar" command should take a single argument: the target's user ID (hint: getUser)
Upon receiving the command, the bot should reply to the user with the URL of the target user's avatar.
If no options are provided, the bot should reply with the user's avatar URL instead
If the user cannot be found, the bot should return an appropriate error message.
Acceptance Criteria:
The "/avatar" command is successfully implemented and tested.
Invoking the "/avatar" command with a message should result in the bot replying in the same channel to the user who invoked it.
Additional Notes:
This feature will enhance the usability of our Discord bot by providing users with a convenient way view profile pictures.
Please ensure thorough testing of the "/avatar" command functionality before closing this issue.
Issue Description: As a user of our Discord bot, I want to be able to use a "/avatar" command to view user profile pictures in chat, so that I may more easily inspect and/or save them.
Feature Description:
Acceptance Criteria:
Additional Notes: