[PR #77] [MERGED] Some quality of life updates #194

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/77
Author: @13xforever
Created: 9/10/2018
Status: Merged
Merged: 9/10/2018
Merged by: @Nicba1010

Base: masterHead: more_qol_updates


📝 Commits (8)

  • 7df03fa swallow TaskCancelledException in threads
  • 8995318 indicate os in the first line of the build info
  • 78908d6 periods or no periods, that's the question
  • 304b4b4 reduce log result size if there are N/A settings
  • 60a6e93 trigger update check on successful build announcement
  • 688701b !report message
  • 4e5b9cf prevent reporting abuse
  • f066713 add optional comment to the report

📊 Changes

9 files changed (+201 additions, -60 deletions)

View changed files

CompatBot/Commands/Attributes/RequiresWhitelistedRole.cs (+18 -0)
📝 CompatBot/Commands/CompatList.cs (+3 -1)
CompatBot/Commands/Moderation.cs (+36 -0)
CompatBot/EventHandlers/NewBuildsMonitor.cs (+32 -0)
📝 CompatBot/EventHandlers/Starbucks.cs (+1 -2)
📝 CompatBot/Program.cs (+11 -7)
📝 CompatBot/Utils/DiscordClientExtensions.cs (+3 -1)
📝 CompatBot/Utils/EmbedPager.cs (+1 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+96 -49)

📄 Description

  • new !report message command to report messages
  • updated log parsing results formatting

🔄 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/77 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 9/10/2018 **Status:** ✅ Merged **Merged:** 9/10/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `more_qol_updates` --- ### 📝 Commits (8) - [`7df03fa`](https://github.com/RPCS3/discord-bot/commit/7df03fa46216d0a29f8f752655229a7f0cbf67ea) swallow TaskCancelledException in threads - [`8995318`](https://github.com/RPCS3/discord-bot/commit/8995318639f2122f54ebe46cbeb60e0b402207f9) indicate os in the first line of the build info - [`78908d6`](https://github.com/RPCS3/discord-bot/commit/78908d63197eb3fe13395e04ca35b2085ed5e8db) periods or no periods, that's the question - [`304b4b4`](https://github.com/RPCS3/discord-bot/commit/304b4b48281c7ed21e3f1ac2c06f632199cb6c01) reduce log result size if there are N/A settings - [`60a6e93`](https://github.com/RPCS3/discord-bot/commit/60a6e939e3ee2da3c41c610ae967142fbd9220ae) trigger update check on successful build announcement - [`688701b`](https://github.com/RPCS3/discord-bot/commit/688701b05a89158b28b284b746da45d81c70cb6f) !report message - [`4e5b9cf`](https://github.com/RPCS3/discord-bot/commit/4e5b9cf09acab46b03542ec195e94ac21bdb2d4a) prevent reporting abuse - [`f066713`](https://github.com/RPCS3/discord-bot/commit/f0667130ddecf6b686f5b2948e2f5acd2e6f963e) add optional comment to the report ### 📊 Changes **9 files changed** (+201 additions, -60 deletions) <details> <summary>View changed files</summary> ➕ `CompatBot/Commands/Attributes/RequiresWhitelistedRole.cs` (+18 -0) 📝 `CompatBot/Commands/CompatList.cs` (+3 -1) ➕ `CompatBot/Commands/Moderation.cs` (+36 -0) ➕ `CompatBot/EventHandlers/NewBuildsMonitor.cs` (+32 -0) 📝 `CompatBot/EventHandlers/Starbucks.cs` (+1 -2) 📝 `CompatBot/Program.cs` (+11 -7) 📝 `CompatBot/Utils/DiscordClientExtensions.cs` (+3 -1) 📝 `CompatBot/Utils/EmbedPager.cs` (+1 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+96 -49) </details> ### 📄 Description * new `!report message` command to report messages * updated log parsing results formatting --- <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:17 -05:00
yindo closed this issue 2026-02-15 15:55:17 -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#194