mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
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/447
Author: @Laxynium
Created: 11/1/2019
Status: ✅ Merged
Merged: 12/1/2019
Merged by: @13xforever
Base:
master← Head:feature/blacklisting📝 Commits (5)
cc5de15Allow admins to force nickname on particular membere04c454Adjust names of commands6702554Add misssing ConfigureAsync(false)5c9ff00code review changes473b23dwhen using bot commands from DMs there are no guilds or members📊 Changes
12 files changed (+869 additions, -59 deletions)
View changed files
📝
CompatBot/Commands/CompatList.cs(+1 -1)➕
CompatBot/Commands/ForcedNicknames.cs(+170 -0)📝
CompatBot/Commands/Moderation.Audit.cs(+5 -5)📝
CompatBot/Config.cs(+1 -1)📝
CompatBot/Database/BotDb.cs(+11 -1)➕
CompatBot/Database/Migrations/BotDb/20191129183704_AddForcedNickname.Designer.cs(+406 -0)➕
CompatBot/Database/Migrations/BotDb/20191129183704_AddForcedNickname.cs(+37 -0)📝
CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs(+126 -47)📝
CompatBot/EventHandlers/UsernameSpoofMonitor.cs(+2 -2)➕
CompatBot/EventHandlers/UsernameValidationMonitor.cs(+96 -0)📝
CompatBot/Program.cs(+6 -1)📝
CompatBot/Utils/Extensions/DiscordClientExtensions.cs(+8 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.