From d96bd798cdfd20997ea256e32b79b68b8422e894 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 23 Jul 2021 22:05:03 -0400 Subject: fix: reword cache & format --- src/listeners/commands/slashStarted.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/listeners/commands') diff --git a/src/listeners/commands/slashStarted.ts b/src/listeners/commands/slashStarted.ts index 6ff3c6e..f49f5dd 100644 --- a/src/listeners/commands/slashStarted.ts +++ b/src/listeners/commands/slashStarted.ts @@ -14,7 +14,7 @@ export default class SlashStartedListener extends BushListener { `The <<${command.id}>> command was used by <<${message.author.tag}>> in ${ message.channel.type === 'DM' ? `their <>` : `<<#${message.channel.name}>> in <<${message.guild?.name}>>` }.`, - true + true ); } } -- cgit