[BOT BUG] funny cog bug involving the -userinfo command #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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 fixed with the update to Red 3.5.3 and Discord.py 2.3.1.