mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #219] [MERGED] Implement some bot stats #299
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:vnext📝 Commits (8)
661ac3eupdate readme654acbaadd JST time zoneeb8a957Implement basic cmd stats893def8implement explain and game lookup stats44ed8f6warn stats0fdb0b9use embed for stats58c520amisc formatting8e9e0d6make stats public, but rate limit it📊 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.