[GH-ISSUE #848] Command !rate me isn't rating the user #82

Closed
opened 2026-02-15 15:54:53 -05:00 by yindo · 0 comments
Owner

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 myself and 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

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 myself` and 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
yindo closed this issue 2026-02-15 15:54:53 -05:00
yindo changed title from Command !rate me isn't rating the user to [GH-ISSUE #848] Command !rate me isn't rating the user 2026-06-05 15:25:15 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#82