diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-22 20:24:19 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-22 20:24:19 -0500 |
commit | 62e9eca0452c56f6efd00921db8ed6b6302be1df (patch) | |
tree | 5ab61b73d0eab0f9fce36c911cb9429df2a97fd5 /src/listeners/commands | |
parent | 609f042fc2bb5b1ded881d3e9eedb2f92bd0c172 (diff) | |
download | tanzanite-62e9eca0452c56f6efd00921db8ed6b6302be1df.tar.gz tanzanite-62e9eca0452c56f6efd00921db8ed6b6302be1df.tar.bz2 tanzanite-62e9eca0452c56f6efd00921db8ed6b6302be1df.zip |
add @notenoughupdates/simplify-number
Diffstat (limited to 'src/listeners/commands')
-rw-r--r-- | src/listeners/commands/commandStarted.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/listeners/commands/commandStarted.ts b/src/listeners/commands/commandStarted.ts index b2d7470..afc689d 100644 --- a/src/listeners/commands/commandStarted.ts +++ b/src/listeners/commands/commandStarted.ts @@ -11,6 +11,7 @@ export default class CommandStartedListener extends BushListener { category: 'commands' }); } + public override exec(...[message, command]: BushCommandHandlerEvents['commandStarted']): void { client.sentry.addBreadcrumb({ message: `[commandStarted] The ${command.id} was started by ${message.author.tag}.`, |