mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-18 10:54:28 -04:00
[GH-ISSUE #966] Automatically remove non bot command messages from #bot-spam #112
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?
Originally created by @AniLeo on GitHub (Jan 21, 2025).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/966
There are some non bot messages sent in the middle of the channel. Due to all the bot spam, it's not feasible to check it all the time.
As such, we should not allow regular chatting in that channel at all. All messages that are not RPCS3 Bot commands should automatically be removed, and optionally, the user should be informed that they cannot chat in that channel.
Automatically remove non bot command messages from #bot-spamto [GH-ISSUE #966] Automatically remove non bot command messages from #bot-spam@AniLeo commented on GitHub (Mar 21, 2026):
Still an issue