[PR #188] [MERGED] Misc enhancements #269

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/188
Author: @13xforever
Created: 1/25/2019
Status: Merged
Merged: 1/25/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (8)

  • f799a7d additional wording
  • cb622cc fix github issue linking when it's at the start of the line
  • aac1ba4 misc fixes
  • 00f8946 move !c and !top responses to the spam/dm channdels
  • 98568e6 typo fix
  • 39063fb rework how bot monitors new builds
  • 7bcd616 reduce post-build check time frame down to 5 minutes
  • 5e4b32f accommodate Jotain

📊 Changes

7 files changed (+70 additions, -47 deletions)

View changed files

📝 CompatBot/Commands/CompatList.cs (+9 -1)
📝 CompatBot/Config.cs (+8 -8)
📝 CompatBot/EventHandlers/GithubLinksHandler.cs (+2 -2)
📝 CompatBot/EventHandlers/IsTheGamePlayableHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/NewBuildsMonitor.cs (+21 -18)
📝 CompatBot/EventHandlers/PostLogHelpHandler.cs (+1 -1)
📝 CompatBot/Program.cs (+27 -16)

📄 Description

  • moved !c and !top responses to spam channels
  • improved new builds checks
  • general betterment of different use cases

🔄 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/188 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/25/2019 **Status:** ✅ Merged **Merged:** 1/25/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (8) - [`f799a7d`](https://github.com/RPCS3/discord-bot/commit/f799a7d7e5372610f6545fa39bf2f73fd1eab8ba) additional wording - [`cb622cc`](https://github.com/RPCS3/discord-bot/commit/cb622ccc305d29ea069cd89cefb575ccbf5968a8) fix github issue linking when it's at the start of the line - [`aac1ba4`](https://github.com/RPCS3/discord-bot/commit/aac1ba4f0d2050aa82764f47a228d601b8474342) misc fixes - [`00f8946`](https://github.com/RPCS3/discord-bot/commit/00f8946157fe8ef5824d933a585e9d047672a638) move !c and !top responses to the spam/dm channdels - [`98568e6`](https://github.com/RPCS3/discord-bot/commit/98568e696a4fd02c594abc203fe8b2b18e57855e) typo fix - [`39063fb`](https://github.com/RPCS3/discord-bot/commit/39063fbb9c0bf0a82c4a845d600de5789ea585b0) rework how bot monitors new builds - [`7bcd616`](https://github.com/RPCS3/discord-bot/commit/7bcd6165d252b49aa664636bab262486e1d6b08c) reduce post-build check time frame down to 5 minutes - [`5e4b32f`](https://github.com/RPCS3/discord-bot/commit/5e4b32f53123c849ae03ae43cb218926375ebb05) accommodate Jotain ### 📊 Changes **7 files changed** (+70 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/CompatList.cs` (+9 -1) 📝 `CompatBot/Config.cs` (+8 -8) 📝 `CompatBot/EventHandlers/GithubLinksHandler.cs` (+2 -2) 📝 `CompatBot/EventHandlers/IsTheGamePlayableHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/NewBuildsMonitor.cs` (+21 -18) 📝 `CompatBot/EventHandlers/PostLogHelpHandler.cs` (+1 -1) 📝 `CompatBot/Program.cs` (+27 -16) </details> ### 📄 Description * moved `!c` and `!top` responses to spam channels * improved new builds checks * general betterment of different use cases --- <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:30 -05:00
yindo closed this issue 2026-02-15 15:55:30 -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#269