diff options
Diffstat (limited to 'src/commands/moderation/slowmode.ts')
-rw-r--r-- | src/commands/moderation/slowmode.ts | 3 |
1 files changed, 1 insertions, 2 deletions
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' }\`.` ); |