[PR #183] [MERGED] The usual #265

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (4)

  • 76eeff0 more permissive and granular checks
  • 9adfba5 prevent github linking when someone fails to mention another user
  • 9c693cf add handler to automatically post log uploading instructions in #help
  • 02c86ec new handler to answer stupid questions if the game X playable

📊 Changes

8 files changed (+187 additions, -22 deletions)

View changed files

📝 CompatBot/Config.cs (+14 -7)
📝 CompatBot/EventHandlers/BotShutupHandler.cs (+13 -13)
📝 CompatBot/EventHandlers/GithubLinksHandler.cs (+1 -1)
CompatBot/EventHandlers/IsTheGamePlayableHandler.cs (+83 -0)
CompatBot/EventHandlers/PostLogHelpHandler.cs (+54 -0)
📝 CompatBot/Program.cs (+2 -0)
📝 CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs (+1 -1)
📝 CompatBot/Utils/RolesExtensions.cs (+19 -0)

📄 Description

  • answer noob's questions in the vein of "is game X playable"
  • lowered role requirements for muting the bot
  • post log upload instructions automatically when asked in #help
  • fixed github linking in case someone failed to mention another user

🔄 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/183 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/24/2019 **Status:** ✅ Merged **Merged:** 1/24/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`76eeff0`](https://github.com/RPCS3/discord-bot/commit/76eeff0e77f495f198ece49918e486b159e2dc6f) more permissive and granular checks - [`9adfba5`](https://github.com/RPCS3/discord-bot/commit/9adfba5ed95ca872fdfa4dbd84734bafe7a399bb) prevent github linking when someone fails to mention another user - [`9c693cf`](https://github.com/RPCS3/discord-bot/commit/9c693cfb933fbbbe40edb211fe127bf111896d1d) add handler to automatically post log uploading instructions in #help - [`02c86ec`](https://github.com/RPCS3/discord-bot/commit/02c86ece66f1f48d8503c262b12f301acc17bc38) new handler to answer stupid questions if the game X playable ### 📊 Changes **8 files changed** (+187 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Config.cs` (+14 -7) 📝 `CompatBot/EventHandlers/BotShutupHandler.cs` (+13 -13) 📝 `CompatBot/EventHandlers/GithubLinksHandler.cs` (+1 -1) ➕ `CompatBot/EventHandlers/IsTheGamePlayableHandler.cs` (+83 -0) ➕ `CompatBot/EventHandlers/PostLogHelpHandler.cs` (+54 -0) 📝 `CompatBot/Program.cs` (+2 -0) 📝 `CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs` (+1 -1) 📝 `CompatBot/Utils/RolesExtensions.cs` (+19 -0) </details> ### 📄 Description * answer noob's questions in the vein of "is game X playable" * lowered role requirements for muting the bot * post log upload instructions automatically when asked in #help * fixed github linking in case someone failed to mention another user --- <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:29 -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#265