mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #880] [MERGED] Update handling of bot usage stats #905
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/880
Author: @13xforever
Created: 7/4/2022
Status: ✅ Merged
Merged: 7/4/2022
Merged by: @clienthax
Base:
master← Head:vnext📝 Commits (3)
8518b78update handling of bot usage stats47b7f2ftry to fix another exception I've seen in logs659c569downgrade dsharpplus packages until they fix PopulateMentions() bug📊 Changes
12 files changed (+586 additions, -59 deletions)
View changed files
📝
CompatBot/Commands/BaseCommandModuleCustom.cs(+1 -2)📝
CompatBot/Commands/BotStats.cs(+3 -18)📝
CompatBot/Commands/CompatList.cs(+1 -4)📝
CompatBot/Commands/Explain.cs(+1 -2)📝
CompatBot/CompatBot.csproj(+4 -4)📝
CompatBot/Database/BotDb.cs(+2 -1)➕
CompatBot/Database/Migrations/BotDb/20220704163631_AddStatsBucketColumn.Designer.cs(+433 -0)➕
CompatBot/Database/Migrations/BotDb/20220704163631_AddStatsBucketColumn.cs(+45 -0)📝
CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs(+9 -4)📝
CompatBot/Database/Providers/StatsStorage.cs(+83 -13)📝
CompatBot/EventHandlers/IsTheGamePlayableHandler.cs(+2 -5)📝
CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs(+2 -6)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.