[BOT BUG] funny cog bug involving the -userinfo command #3

Closed
opened 2023-06-21 20:11:07 -05:00 by Th3-L3g0-buIlder · 3 comments
Th3-L3g0-buIlder commented 2023-06-21 20:11:07 -05:00 (Migrated from github.com)

Describe the bug
A clear and concise description of what the bug is.

when you use the /command for /userinfo it returns the command with "slash tag completed"
the bot also does not respond to prefix command for it

To Reproduce
What caused the error?
i presume it was caused by smth to do with discord tags getting screwed up
Expected behavior
A clear and concise description of what you expected to happen.
i expected to see a page pull up that contained my user info and roles
Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.
2023-06-21 (5)

**Describe the bug** A clear and concise description of what the bug is. when you use the /command for /userinfo it returns the command with "slash tag completed" the bot also does not respond to prefix command for it **To Reproduce** What caused the error? i presume it was caused by smth to do with discord tags getting screwed up **Expected behavior** A clear and concise description of what you expected to happen. i expected to see a page pull up that contained my user info and roles **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. ![2023-06-21 (5)](https://github.com/SeaswimmerTheFsh/GalaxyCogs/assets/115359700/c29673a2-b869-4f22-bddf-27e38bcf5206)

This is known, the reason it doesn't respond to the prefix command is because I've restricted it behind a permissions check, to prevent people from spamming it. The intended way to use the command is through the SlashTag, but if the user you're checking has migrated to Discord's new username system, the command will fail. I presume this issue is because of the SlashTags cog and not my code, but I'll double check before submitting an issue there. Thanks for the report!

This is known, the reason it doesn't respond to the prefix command is because I've restricted it behind a permissions check, to prevent people from spamming it. The intended way to use the command is through the SlashTag, but if the user you're checking has migrated to Discord's new username system, the command will fail. I presume this issue is because of the SlashTags cog and not my code, but I'll double check before submitting an issue there. Thanks for the report!

This is my bad for telling you to submit a Cog but report, but I'll be transferring this to the Bot category as I believe the issue is with the SlashTags cog and not with my code.

This is my bad for telling you to submit a Cog but report, but I'll be transferring this to the Bot category as I believe the issue is with the SlashTags cog and not with my code.

This is fixed with the update to Red 3.5.3 and Discord.py 2.3.1.

This is fixed with the update to Red 3.5.3 and Discord.py 2.3.1.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cswimr/GalaxyCogs#3
No description provided.