[PR #219] [MERGED] Implement some bot stats #299

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/219
Author: @13xforever
Created: 2/14/2019
Status: Merged
Merged: 2/14/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (8)

📊 Changes

15 files changed (+324 additions, -29 deletions)

View changed files

📝 CompatBot/Commands/BaseCommandModuleCustom.cs (+12 -1)
📝 CompatBot/Commands/CompatList.cs (+11 -1)
📝 CompatBot/Commands/EventsBaseCommand.cs (+4 -3)
📝 CompatBot/Commands/Explain.cs (+3 -0)
📝 CompatBot/Commands/Misc.cs (+121 -6)
📝 CompatBot/EventHandlers/BotReactionsHandler.cs (+4 -0)
📝 CompatBot/EventHandlers/IsTheGamePlayableHandler.cs (+9 -3)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+2 -2)
📝 CompatBot/EventHandlers/UnknownCommandHandler.cs (+4 -2)
📝 CompatBot/Utils/CompatApiResultUtils.cs (+15 -9)
📝 CompatBot/Utils/DateTimeEx.cs (+45 -0)
CompatBot/Utils/EnumerableExtensions.cs (+39 -0)
CompatBot/Utils/MemoryCacheExtensions.cs (+33 -0)
📝 CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs (+16 -1)
📝 README.md (+6 -1)

📄 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/219 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/14/2019 **Status:** ✅ Merged **Merged:** 2/14/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (8) - [`661ac3e`](https://github.com/RPCS3/discord-bot/commit/661ac3e51492cb7c968ee61adef2c578788a105b) update readme - [`654acba`](https://github.com/RPCS3/discord-bot/commit/654acba61f852887677237230ef726050ff52039) add JST time zone - [`eb8a957`](https://github.com/RPCS3/discord-bot/commit/eb8a957549693b4e3451cee65a4dd38aea53aa1d) Implement basic cmd stats - [`893def8`](https://github.com/RPCS3/discord-bot/commit/893def86edcf01e477dc44ac3a1b30ed228e6adc) implement explain and game lookup stats - [`44ed8f6`](https://github.com/RPCS3/discord-bot/commit/44ed8f656bed813da3c092d6659420bf7fb212d5) warn stats - [`0fdb0b9`](https://github.com/RPCS3/discord-bot/commit/0fdb0b96701070fa60d8a9890ab3f528e71591e9) use embed for stats - [`58c520a`](https://github.com/RPCS3/discord-bot/commit/58c520a39419773689f471b044e59d606d97f62c) misc formatting - [`8e9e0d6`](https://github.com/RPCS3/discord-bot/commit/8e9e0d60f5ddf33baea4a847657754eb3fa282ac) make stats public, but rate limit it ### 📊 Changes **15 files changed** (+324 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/BaseCommandModuleCustom.cs` (+12 -1) 📝 `CompatBot/Commands/CompatList.cs` (+11 -1) 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+4 -3) 📝 `CompatBot/Commands/Explain.cs` (+3 -0) 📝 `CompatBot/Commands/Misc.cs` (+121 -6) 📝 `CompatBot/EventHandlers/BotReactionsHandler.cs` (+4 -0) 📝 `CompatBot/EventHandlers/IsTheGamePlayableHandler.cs` (+9 -3) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+2 -2) 📝 `CompatBot/EventHandlers/UnknownCommandHandler.cs` (+4 -2) 📝 `CompatBot/Utils/CompatApiResultUtils.cs` (+15 -9) 📝 `CompatBot/Utils/DateTimeEx.cs` (+45 -0) ➕ `CompatBot/Utils/EnumerableExtensions.cs` (+39 -0) ➕ `CompatBot/Utils/MemoryCacheExtensions.cs` (+33 -0) 📝 `CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs` (+16 -1) 📝 `README.md` (+6 -1) </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:55:36 -05:00
yindo closed this issue 2026-02-15 15:55:36 -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#299