mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[GH-ISSUE #848] Command !rate me isn't rating the user #82
Reference in New Issue
Block a user
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?
Originally created by @MSuih on GitHub (Feb 22, 2022).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/848
When using commands like
!rate me!rate myselfand so on the bot is supposed to use that user's id for ratings. It should be coming from these two lines:https://github.com/RPCS3/discord-bot/blob/5dce72ffa4857fc1414b3a63349e00c3fa0e4626/CompatBot/Commands/Misc.cs#L120-L123
https://github.com/RPCS3/discord-bot/blob/5dce72ffa4857fc1414b3a63349e00c3fa0e4626/CompatBot/Commands/Misc.cs#L410-L416
For some reason this isn't working and bot gives the same message to every user
Command !rate me isn't rating the userto [GH-ISSUE #848] Command !rate me isn't rating the user