[PR #621] [MERGED] Add minesweeper #685

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/621
Author: @13xforever
Created: 7/8/2020
Status: Merged
Merged: 7/8/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (4)

  • 9cef57e add a note for accurate xfloat for all games
  • 222b240 update deps
  • e634893 try to reduce memory fragmentation in metrics
  • 59278eb add new !minesweeper command

📊 Changes

7 files changed (+130 additions, -8 deletions)

View changed files

CompatBot/Commands/Minesweeper.cs (+101 -0)
📝 CompatBot/CompatBot.csproj (+5 -5)
📝 CompatBot/Program.cs (+1 -0)
📝 CompatBot/Utils/ResultFormatters/IrdSearchResultFormatter.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+13 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+8 -0)
📝 CompatBot/Watchdog.cs (+1 -0)

📄 Description

Also fix some stuff


🔄 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/621 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 7/8/2020 **Status:** ✅ Merged **Merged:** 7/8/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`9cef57e`](https://github.com/RPCS3/discord-bot/commit/9cef57e0689e3196b116f91f1506187ec3d87214) add a note for accurate xfloat for all games - [`222b240`](https://github.com/RPCS3/discord-bot/commit/222b24041bd5b2662b8302dbf340d0a204f2d6b7) update deps - [`e634893`](https://github.com/RPCS3/discord-bot/commit/e6348937db8ba88dd63eb5d90f4bc844c37ae68a) try to reduce memory fragmentation in metrics - [`59278eb`](https://github.com/RPCS3/discord-bot/commit/59278ebe3213f2c18d68a02487ea234631aa650e) add new !minesweeper command ### 📊 Changes **7 files changed** (+130 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `CompatBot/Commands/Minesweeper.cs` (+101 -0) 📝 `CompatBot/CompatBot.csproj` (+5 -5) 📝 `CompatBot/Program.cs` (+1 -0) 📝 `CompatBot/Utils/ResultFormatters/IrdSearchResultFormatter.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+13 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+8 -0) 📝 `CompatBot/Watchdog.cs` (+1 -0) </details> ### 📄 Description Also fix some stuff --- <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:37 -05:00
yindo closed this issue 2026-02-15 15:56:37 -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#685