mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
fix undefined typing lole
This commit is contained in:
parent
57b9540edf
commit
63ac8b89aa
6 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ export const MassunbanCmd = modActionsCmd({
|
|||
const unbanReason = parseReason(
|
||||
config,
|
||||
formatReasonWithAttachments(unbanReasonReply.content, [...msg.attachments.values()]),
|
||||
)!;
|
||||
);
|
||||
|
||||
// Ignore automatic unban cases and logs for these users
|
||||
// We'll create our own cases below and post a single "mass unbanned" log instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue