Skip to content
#

moderation

Here are 375 public repositories matching this topic...

BrenBarn
BrenBarn commented Jan 26, 2022

It appears that the flood protection does not check to determine who is sending the event and/or what type of event it is. This means that if a room mod sends redact or ban events "manually" (e.g., via their client, without going through Mjolnir), the bot may ban them for "spamming".

Steps to reproduce the behavior:
Be a mod in a room. Have some other users send a bunch of messages. Then go

help wanted good first issue
DraconianBot
RealKoolisw
RealKoolisw commented Sep 5, 2021
  • Enhancement
    Since i have enough time to code bots in my free time, and the bot script contains many bugs and unstable issue. The bot script will be enhanced in the end of this month and fixing high memory usage when running the bot with global variables and unused features.

  • v13 Updates
    we have seen many bots are upgraded to discordjs v13 and user friendly for slash commands interactions.

enhancement good first issue
Exper1mental
Exper1mental commented Mar 23, 2022

The quoting message feature appears to not work and throws an error in #clem-bot-error-log if a message has more than 1024 characters. This includes characters used for emoji.

Quotations ought to be broken up like starboard does (and perhaps even paginated) if the character count is exceeded.

For example:
![image](https://user-images.githubusercontent.com/14143235/159752290-e5d6bfa1

bug enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the moderation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the moderation topic, visit your repo's landing page and select "manage topics."

Learn more