diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-23 22:05:03 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-23 22:05:03 -0400 |
commit | d96bd798cdfd20997ea256e32b79b68b8422e894 (patch) | |
tree | 9c0e8b0c62dc47ea47d4156bc6a86abec200fd18 /src/listeners/commands | |
parent | b015bec7f66526ec5e959ae99865845f4db4b181 (diff) | |
download | tanzanite-d96bd798cdfd20997ea256e32b79b68b8422e894.tar.gz tanzanite-d96bd798cdfd20997ea256e32b79b68b8422e894.tar.bz2 tanzanite-d96bd798cdfd20997ea256e32b79b68b8422e894.zip |
fix: reword cache & format
Diffstat (limited to 'src/listeners/commands')
-rw-r--r-- | src/listeners/commands/slashStarted.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 <<DMs>>` : `<<#${message.channel.name}>> in <<${message.guild?.name}>>` }.`, - true + true ); } } |