mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #244] [MERGED] The long awaited !download a game command #322
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/244
Author: @13xforever
Created: 3/6/2019
Status: ✅ Merged
Merged: 3/6/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (10+)
dca59db!download command to search for games1919183various formatting fixes and whatnote128633workaround segfault when running dotnet from the snap8895d96more statsdf6813amove new builds monitor to regular background tasks26b58aebump psn scraping from 2 weeks to 1 year6eebd91move databases to the user profile config folders704f17fno need for this anymored9dfabfthumbnail color caching1a096b1limit !download to spam channels📊 Changes
26 files changed (+687 additions, -84 deletions)
View changed files
📝
Clients/PsnClient/POCOs/App.cs(+3 -3)📝
Clients/PsnClient/POCOs/Container.cs(+3 -0)📝
Clients/PsnClient/PsnClient.cs(+31 -0)📝
CompatBot/Commands/BotStats.cs(+5 -1)📝
CompatBot/Commands/CompatList.cs(+4 -4)📝
CompatBot/Commands/Explain.cs(+1 -1)📝
CompatBot/Commands/Misc.cs(+6 -1)📝
CompatBot/Commands/Psn.Check.cs(+1 -4)📝
CompatBot/Commands/Psn.cs(+82 -0)📝
CompatBot/CompatBot.csproj(+2 -0)📝
CompatBot/Config.cs(+1 -1)📝
CompatBot/Database/BotDb.cs(+4 -2)📝
CompatBot/Database/DbImporter.cs(+44 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20190306154836_ThumbsColorCache.Designer.cs(+125 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20190306154836_ThumbsColorCache.cs(+54 -0)📝
CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs(+41 -1)📝
CompatBot/Database/Providers/ScrapeStateProvider.cs(+1 -3)📝
CompatBot/Database/Providers/ThumbnailProvider.cs(+110 -28)📝
CompatBot/Database/ThumbnailDb.cs(+20 -2)📝
CompatBot/EventHandlers/NewBuildsMonitor.cs(+27 -0)...and 6 more files
📄 Description
Actually, it's an alias for
!psn search, but who reads release notes anyway.Additionally, move settings databases from the git work dir to user profile.
Also fix quite a few issues throughout.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.