[PR #930] [MERGED] Fix member fetching #948

Closed
opened 2026-02-15 15:57:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/930
Author: @13xforever
Created: 4/21/2023
Status: Merged
Merged: 4/21/2023
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (1)

📊 Changes

27 files changed (+122 additions, -100 deletions)

View changed files

📝 CompatBot/Commands/Attributes/LimitedToHelpChannel.cs (+3 -3)
📝 CompatBot/Commands/Attributes/RequiresBotSudoerRole.cs (+1 -1)
📝 CompatBot/Commands/Attributes/RequiresSupporterRole.cs (+3 -2)
📝 CompatBot/Commands/Attributes/RequiresWhitelistedRole.cs (+1 -1)
📝 CompatBot/Commands/CompatList.cs (+1 -1)
📝 CompatBot/Commands/ContentFilters.cs (+4 -4)
📝 CompatBot/Commands/ForcedNicknames.cs (+8 -8)
📝 CompatBot/Commands/Misc.cs (+5 -4)
📝 CompatBot/Commands/Moderation.cs (+2 -1)
📝 CompatBot/Commands/Vision.cs (+3 -1)
📝 CompatBot/Commands/Warnings.ListGroup.cs (+1 -1)
📝 CompatBot/Commands/Warnings.cs (+1 -1)
📝 CompatBot/Database/Providers/ContentFilter.cs (+4 -4)
📝 CompatBot/Database/Providers/HwInfoProvider.cs (+1 -1)
📝 CompatBot/EventHandlers/BotReactionsHandler.cs (+2 -2)
📝 CompatBot/EventHandlers/DeletedMessagesMonitor.cs (+1 -1)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+5 -5)
📝 CompatBot/EventHandlers/IsTheGamePlayableHandler.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+13 -7)
📝 CompatBot/EventHandlers/MediaScreenshotMonitor.cs (+1 -1)

...and 7 more files

📄 Description

Previously only client cache was searched, but now we will fetch the data from server if it's not there


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/930 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/21/2023 **Status:** ✅ Merged **Merged:** 4/21/2023 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`7879ec8`](https://github.com/RPCS3/discord-bot/commit/7879ec893ac7bbe5f705a66ed8cebab3793b2e43) fix member fetching ### 📊 Changes **27 files changed** (+122 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Attributes/LimitedToHelpChannel.cs` (+3 -3) 📝 `CompatBot/Commands/Attributes/RequiresBotSudoerRole.cs` (+1 -1) 📝 `CompatBot/Commands/Attributes/RequiresSupporterRole.cs` (+3 -2) 📝 `CompatBot/Commands/Attributes/RequiresWhitelistedRole.cs` (+1 -1) 📝 `CompatBot/Commands/CompatList.cs` (+1 -1) 📝 `CompatBot/Commands/ContentFilters.cs` (+4 -4) 📝 `CompatBot/Commands/ForcedNicknames.cs` (+8 -8) 📝 `CompatBot/Commands/Misc.cs` (+5 -4) 📝 `CompatBot/Commands/Moderation.cs` (+2 -1) 📝 `CompatBot/Commands/Vision.cs` (+3 -1) 📝 `CompatBot/Commands/Warnings.ListGroup.cs` (+1 -1) 📝 `CompatBot/Commands/Warnings.cs` (+1 -1) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+4 -4) 📝 `CompatBot/Database/Providers/HwInfoProvider.cs` (+1 -1) 📝 `CompatBot/EventHandlers/BotReactionsHandler.cs` (+2 -2) 📝 `CompatBot/EventHandlers/DeletedMessagesMonitor.cs` (+1 -1) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+5 -5) 📝 `CompatBot/EventHandlers/IsTheGamePlayableHandler.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+13 -7) 📝 `CompatBot/EventHandlers/MediaScreenshotMonitor.cs` (+1 -1) _...and 7 more files_ </details> ### 📄 Description Previously only client cache was searched, but now we will fetch the data from server if it's not there --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:18 -05:00
yindo closed this issue 2026-02-15 15:57:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#948