[PR #792] [MERGED] An option to auto kick users without roles #842

Closed
opened 2026-02-15 15:57:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/792
Author: @13xforever
Created: 7/14/2021
Status: Merged
Merged: 7/14/2021
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (4)

  • a51c32f update deps
  • 6342344 add new filter action to kick users
  • c43d0c0 only auto kick if user doesn't have any roles
  • d42787a report kick in bot log

📊 Changes

7 files changed (+44 additions, -9 deletions)

View changed files

📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+1 -1)
📝 CompatBot/Commands/ContentFilters.cs (+15 -2)
📝 CompatBot/CompatBot.csproj (+5 -5)
📝 CompatBot/Database/BotDb.cs (+1 -0)
📝 CompatBot/Database/Providers/ContentFilter.cs (+18 -0)
📝 CompatBot/Utils/Extensions/DiscordMessageExtensions.cs (+3 -1)
📝 CompatBot/Utils/Extensions/FilterActionExtensions.cs (+1 -0)

📄 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/792 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 7/14/2021 **Status:** ✅ Merged **Merged:** 7/14/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`a51c32f`](https://github.com/RPCS3/discord-bot/commit/a51c32f5677da6404dfd71fd524028fcb485cc54) update deps - [`6342344`](https://github.com/RPCS3/discord-bot/commit/63423442254fd968216aa2c9b3808a1171f8a0e4) add new filter action to kick users - [`c43d0c0`](https://github.com/RPCS3/discord-bot/commit/c43d0c0fc2632e553de3cad087de21d2852bf22b) only auto kick if user doesn't have any roles - [`d42787a`](https://github.com/RPCS3/discord-bot/commit/d42787acd41286fa1139863a7208241f63e3faa0) report kick in bot log ### 📊 Changes **7 files changed** (+44 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+1 -1) 📝 `CompatBot/Commands/ContentFilters.cs` (+15 -2) 📝 `CompatBot/CompatBot.csproj` (+5 -5) 📝 `CompatBot/Database/BotDb.cs` (+1 -0) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+18 -0) 📝 `CompatBot/Utils/Extensions/DiscordMessageExtensions.cs` (+3 -1) 📝 `CompatBot/Utils/Extensions/FilterActionExtensions.cs` (+1 -0) </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:57:01 -05:00
yindo closed this issue 2026-02-15 15:57:01 -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#842