This repository was archived by the owner on Oct 9, 2025. It is now read-only.
Merged
Conversation
|
Here's the code health analysis summary for commits Analysis Summary
|
|
|
||
| await opts.target.send({ embeds: [embed] }).catch(() => null); | ||
| } | ||
|
|
There was a problem hiding this comment.
❌ New issue: Primitive Obsession
In this module, 47.8% of all function arguments are primitive types, threshold = 30.0%
|
|
||
| await opts.target.send({ embeds: [embed] }).catch(() => null); | ||
| } | ||
|
|
There was a problem hiding this comment.
❌ New issue: String Heavy Function Arguments
In this module, 47.8% of all arguments to its 13 functions are strings. The threshold for string arguments is 39.0%
0e0196c to
ad56988
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Moderator Actions Context Menu
Display a panel for moderator actions context menu command, including:
Message Info Button (too hard)Remove reactions (do this via dashboard plskthx)This can be made available as a button attached to reports, message info ctx menu, and as a separate "Moderator Actions" ctx menu command.
Improved
Message Info/ReportContext Menu for ModerationThere should be a drop-down that seperates the basic info and the advanced info (if you're a hub moderator): When you select the advanced info, it has buttons to blacklist the user (who sent the message) and the server (where the message is from).
Instead of the usual info in the embeds, replace it with information of the user's "Recent Offenses" so that we can make sure if we should lengthen their next blacklist duration.
Suggested by:
whos.eth4nResolves #124
Resolves #111