[PR #447] [MERGED] An ability to force username changes by admins #249 #517

Closed
opened 2026-02-15 15:56:11 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: feature/blacklisting


📝 Commits (5)

  • cc5de15 Allow admins to force nickname on particular member
  • e04c454 Adjust names of commands
  • 6702554 Add misssing ConfigureAsync(false)
  • 5c9ff00 code review changes
  • 473b23d when 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/447 **Author:** [@Laxynium](https://github.com/Laxynium) **Created:** 11/1/2019 **Status:** ✅ Merged **Merged:** 12/1/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `feature/blacklisting` --- ### 📝 Commits (5) - [`cc5de15`](https://github.com/RPCS3/discord-bot/commit/cc5de15fd630128fd0949da42b8470fcf0414dd2) Allow admins to force nickname on particular member - [`e04c454`](https://github.com/RPCS3/discord-bot/commit/e04c4548a099e903ea5b2ba907ccfc1b6220060b) Adjust names of commands - [`6702554`](https://github.com/RPCS3/discord-bot/commit/6702554ed5aa6975dfedda1b06efc21d2085c0be) Add misssing ConfigureAsync(false) - [`5c9ff00`](https://github.com/RPCS3/discord-bot/commit/5c9ff0081ded33533539c2839bf1cefd6bda5073) code review changes - [`473b23d`](https://github.com/RPCS3/discord-bot/commit/473b23dcd4f9664b504ab03195210a8c05f95357) when using bot commands from DMs there are no guilds or members ### 📊 Changes **12 files changed** (+869 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:11 -05:00
yindo closed this issue 2026-02-15 15:56:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#517