mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #68] [MERGED] Update 2.2 #186
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/68
Author: @13xforever
Created: 8/19/2018
Status: ✅ Merged
Merged: 8/19/2018
Merged by: @Nicba1010
Base:
master← Head:more_psn📝 Commits (10+)
295dda9new command to scrape psn by full content id; useful for delisted games6c5ef75discord invite filteringabad1b0remove region filters for !top0781fe3add discord.me filteringc9bf97aoops, this is no longer needed to be disabled5a36610game title scraping from gametdb8d24842show invite links in dm19e9842GameTDB thumbnail provider91b181brate limits on meme commands instead of hard channel limitb57267doops, leftovers from debugging📊 Changes
28 files changed (+1034 additions, -115 deletions)
View changed files
📝
CompatApiClient/ApiConfig.cs(+0 -16)📝
CompatApiClient/RequestBuilder.cs(+0 -7)📝
CompatApiClient/Utils/ConsoleLogger.cs(+0 -1)📝
CompatBot/Commands/Antipiracy.cs(+1 -1)📝
CompatBot/Commands/CompatList.cs(+3 -12)➕
CompatBot/Commands/Invites.cs(+157 -0)📝
CompatBot/Commands/Misc.cs(+2 -2)📝
CompatBot/Commands/Psn.Check.cs(+28 -3)📝
CompatBot/CompatBot.csproj(+2 -2)📝
CompatBot/Config.cs(+7 -3)📝
CompatBot/Database/BotDb.cs(+11 -1)➕
CompatBot/Database/Migrations/BotDb/20180818153741_InvitesWhitelist.Designer.cs(+167 -0)➕
CompatBot/Database/Migrations/BotDb/20180818153741_InvitesWhitelist.cs(+37 -0)📝
CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs(+25 -0)➕
CompatBot/Database/Providers/InviteWhitelistProvider.cs(+77 -0)📝
CompatBot/Database/Providers/ScrapeStateProvider.cs(+13 -0)📝
CompatBot/Database/Providers/ThumbnailProvider.cs(+22 -2)📝
CompatBot/EventHandlers/AntipiracyMonitor.cs(+9 -12)📝
CompatBot/EventHandlers/BotShutupHandler.cs(+3 -9)➕
CompatBot/EventHandlers/DiscordInviteFilter.cs(+177 -0)...and 8 more files
📄 Description
Main changes:
!invites)!rateand!8ballare now rate-limited instead of being outright restricted to the spam channel🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.