[PR #666] [MERGED] Some new features to reduce bot spam in some scenarios #729

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/666
Author: @13xforever
Created: 11/2/2020
Status: Merged
Merged: 11/2/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • 67b3824 try to reduce log spam in #help
  • d1c1cab I'm officially dumb
  • acb23d2 remove hardcoded bot admin id, use application owners data instead
  • 82fb997 try to prevent new build spam when something was pulled on update api
  • dcd1591 remove !latest restore command and fix reset commands

📊 Changes

6 files changed (+81 additions, -41 deletions)

View changed files

📝 CompatBot/Commands/CompatList.cs (+27 -21)
📝 CompatBot/Commands/Sudo.Mod.cs (+2 -2)
📝 CompatBot/Config.cs (+0 -1)
📝 CompatBot/Database/DbImporter.cs (+0 -5)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+37 -10)
📝 CompatBot/Program.cs (+15 -2)

📄 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/666 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/2/2020 **Status:** ✅ Merged **Merged:** 11/2/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`67b3824`](https://github.com/RPCS3/discord-bot/commit/67b38248e0a3a2e4ee280fe056ac222831547c66) try to reduce log spam in #help - [`d1c1cab`](https://github.com/RPCS3/discord-bot/commit/d1c1cab90689d429cd8ff61622dd51bd69c74297) I'm officially dumb - [`acb23d2`](https://github.com/RPCS3/discord-bot/commit/acb23d255a2bea6ef39a6f6acea479ab96e5ca72) remove hardcoded bot admin id, use application owners data instead - [`82fb997`](https://github.com/RPCS3/discord-bot/commit/82fb997d12ca7d571f284ba78c491e79a8c1e8b0) try to prevent new build spam when something was pulled on update api - [`dcd1591`](https://github.com/RPCS3/discord-bot/commit/dcd1591e223c9516878628c0028b13235470c5c3) remove !latest restore command and fix reset commands ### 📊 Changes **6 files changed** (+81 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/CompatList.cs` (+27 -21) 📝 `CompatBot/Commands/Sudo.Mod.cs` (+2 -2) 📝 `CompatBot/Config.cs` (+0 -1) 📝 `CompatBot/Database/DbImporter.cs` (+0 -5) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+37 -10) 📝 `CompatBot/Program.cs` (+15 -2) </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:56:43 -05:00
yindo closed this issue 2026-02-15 15:56: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#729