mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #930] [MERGED] Fix member fetching #948
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?
📋 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:
master← Head:vnext📝 Commits (1)
7879ec8fix member fetching📊 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.