[PR #268] [MERGED] Fix many annoying cases of error handling in the discord library #345

Closed
opened 2026-02-15 15:55:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/268
Author: @13xforever
Created: 3/20/2019
Status: Merged
Merged: 3/20/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • 261fc77 so fucking tired of this exception in the built-in IsBot check
  • 754c25d improve reaction checks, handle more errors

📊 Changes

8 files changed (+128 additions, -40 deletions)

View changed files

📝 CompatBot/EventHandlers/AntipiracyMonitor.cs (+3 -2)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/NewBuildsMonitor.cs (+2 -1)
📝 CompatBot/EventHandlers/Starbucks.cs (+88 -32)
📝 CompatBot/EventHandlers/UnknownCommandHandler.cs (+2 -1)
📝 CompatBot/Utils/DefaultHandlerFilter.cs (+3 -2)
CompatBot/Utils/Extensions/DiscordUserExtensions.cs (+26 -0)

📄 Description

No description provided


🔄 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/268 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/20/2019 **Status:** ✅ Merged **Merged:** 3/20/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`261fc77`](https://github.com/RPCS3/discord-bot/commit/261fc77fe2eea2a83df32be895455fdbbf0add82) so fucking tired of this exception in the built-in IsBot check - [`754c25d`](https://github.com/RPCS3/discord-bot/commit/754c25d4de66565d225c5d6bff95b3e1ed676c2b) improve reaction checks, handle more errors ### 📊 Changes **8 files changed** (+128 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/AntipiracyMonitor.cs` (+3 -2) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/NewBuildsMonitor.cs` (+2 -1) 📝 `CompatBot/EventHandlers/Starbucks.cs` (+88 -32) 📝 `CompatBot/EventHandlers/UnknownCommandHandler.cs` (+2 -1) 📝 `CompatBot/Utils/DefaultHandlerFilter.cs` (+3 -2) ➕ `CompatBot/Utils/Extensions/DiscordUserExtensions.cs` (+26 -0) </details> ### 📄 Description _No description provided_ --- <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:55:43 -05:00
yindo closed this issue 2026-02-15 15:55:43 -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#345