mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #134] [MERGED] Prevent command abuse to workaround various filters #227
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/134
Author: @13xforever
Created: 11/25/2018
Status: ✅ Merged
Merged: 11/25/2018
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (2)
1ba6d5bfixed !command abuse to post discord invites and piracy links0653673emoji for Maru📊 Changes
11 files changed (+81 additions, -39 deletions)
View changed files
📝
CompatApiClient/Utils/Utils.cs(+2 -1)📝
CompatBot/Commands/CompatList.cs(+8 -1)📝
CompatBot/Commands/Explain.cs(+10 -0)📝
CompatBot/Commands/Misc.cs(+3 -10)📝
CompatBot/Commands/Psn.Check.cs(+3 -1)📝
CompatBot/Config.cs(+1 -0)📝
CompatBot/EventHandlers/AntipiracyMonitor.cs(+5 -2)📝
CompatBot/EventHandlers/DiscordInviteFilter.cs(+22 -11)📝
CompatBot/EventHandlers/ProductCodeLookup.cs(+8 -7)📝
CompatBot/Utils/DiscordClientExtensions.cs(+14 -0)📝
CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs(+5 -6)📄 Description
Credit Maru for the pointer
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.