[PR #729] [MERGED] Update content filter management commands #784

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (4)

  • d73b42a make !analyze work for very smart users
  • 929b839 change !filters list command to dump filters in a text file attachment
  • be91a8f add !filter view command
  • 3ecd686 remove conflicting alias, because client library is dum dum

📊 Changes

4 files changed (+70 additions, -12 deletions)

View changed files

📝 CompatBot/Commands/ContentFilters.cs (+45 -7)
📝 CompatBot/Commands/Moderation.cs (+15 -0)
📝 CompatBot/Utils/AsciiTable.cs (+8 -3)
📝 CompatBot/Utils/Extensions/FilterActionExtensions.cs (+2 -2)

📄 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/729 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/13/2021 **Status:** ✅ Merged **Merged:** 3/13/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`d73b42a`](https://github.com/RPCS3/discord-bot/commit/d73b42ad8169d587660ce4f77519e7647c846632) make !analyze work for very smart users - [`929b839`](https://github.com/RPCS3/discord-bot/commit/929b8399da89178ba516582b30710ed026dd65a5) change !filters list command to dump filters in a text file attachment - [`be91a8f`](https://github.com/RPCS3/discord-bot/commit/be91a8f0e580d4eab0a45e3d3c83d17b892e9980) add !filter view command - [`3ecd686`](https://github.com/RPCS3/discord-bot/commit/3ecd686b56a4f5ef803f62b5b162496511d8a2b5) remove conflicting alias, because client library is dum dum ### 📊 Changes **4 files changed** (+70 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/ContentFilters.cs` (+45 -7) 📝 `CompatBot/Commands/Moderation.cs` (+15 -0) 📝 `CompatBot/Utils/AsciiTable.cs` (+8 -3) 📝 `CompatBot/Utils/Extensions/FilterActionExtensions.cs` (+2 -2) </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:52 -05:00
yindo closed this issue 2026-02-15 15:56:52 -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#784