mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 15:45:03 +00:00
ran npm run format
This commit is contained in:
parent
954ce089ea
commit
a5fb1ee700
8 changed files with 56 additions and 24 deletions
|
@ -194,7 +194,10 @@ export class SlowmodePlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
}
|
||||
|
||||
if (failedUsers.length) {
|
||||
this.sendSuccessMessage(msg.channel, `Slowmode disabled! Failed to clear slowmode from the following users:\n\n<@!${failedUsers.join(">\n<@!")}>`);
|
||||
this.sendSuccessMessage(
|
||||
msg.channel,
|
||||
`Slowmode disabled! Failed to clear slowmode from the following users:\n\n<@!${failedUsers.join(">\n<@!")}>`,
|
||||
);
|
||||
} else {
|
||||
this.sendSuccessMessage(msg.channel, "Slowmode disabled!");
|
||||
initMsg.delete().catch(noop);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue