From 29cebebc18e9570b699caef8ebb04f4d3934722d Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 2 Sep 2021 19:49:21 -0400 Subject: clean up --- src/commands/moderation/slowmode.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/commands/moderation') diff --git a/src/commands/moderation/slowmode.ts b/src/commands/moderation/slowmode.ts index 04fe3e4..4b3a976 100644 --- a/src/commands/moderation/slowmode.ts +++ b/src/commands/moderation/slowmode.ts @@ -81,8 +81,7 @@ export default class SlowModeCommand extends BushCommand { ); else return await message.util.reply( - // eslint-disable-next-line @typescript-eslint/no-base-to-string - `${util.emojis.success} Successfully changed the slowmode of ${channel} ${ + `${util.emojis.success} Successfully changed the slowmode of <#${channel.id}> ${ length2 ? `to \`${util.humanizeDuration(length2)}` : '`off' }\`.` ); -- cgit