mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #238] [MERGED] Backend maintenance #316
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/238
Author: @13xforever
Created: 3/1/2019
Status: ✅ Merged
Merged: 3/1/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (8)
fbfe3c0fix compiler warnings0fb2f98tweaks to the log formatd3b596clist all events that are happening at the same time85f1649add bot stats persistence25faf12actually persist stats on reboot99e4892ability to configure bot through dotnet user-secrets7b21a82fix some stuff after changesec8a87aability to use google credentials stored in user-secrets folder📊 Changes
30 files changed (+728 additions, -240 deletions)
View changed files
📝
CompatBot/Commands/BaseCommandModuleCustom.cs(+2 -7)➕
CompatBot/Commands/BotStats.cs(+141 -0)📝
CompatBot/Commands/CompatList.cs(+4 -3)📝
CompatBot/Commands/EventsBaseCommand.cs(+14 -5)📝
CompatBot/Commands/Explain.cs(+3 -2)📝
CompatBot/Commands/Misc.cs(+2 -128)📝
CompatBot/Commands/Moderation.Audit.cs(+5 -5)📝
CompatBot/Commands/Sudo.Bot.cs(+7 -4)📝
CompatBot/CompatBot.csproj(+3 -7)📝
CompatBot/Config.cs(+61 -41)📝
CompatBot/Database/BotDb.cs(+13 -0)➕
CompatBot/Database/Migrations/BotDb/20190301155219_PersistentStats.Designer.cs(+256 -0)➕
CompatBot/Database/Migrations/BotDb/20190301155219_PersistentStats.cs(+38 -0)📝
CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs(+31 -1)📝
CompatBot/Database/Providers/AmdDriverVersionProvider.cs(+1 -1)➕
CompatBot/Database/Providers/StatsStorage.cs(+79 -0)📝
CompatBot/EventHandlers/IsTheGamePlayableHandler.cs(+3 -2)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs(+2 -6)📝
CompatBot/EventHandlers/PostLogHelpHandler.cs(+1 -1)📝
CompatBot/EventHandlers/ProductCodeLookup.cs(+0 -1)...and 10 more files
📄 Description
dotnet user-secretsto configure the bot🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.