diff options
author | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-05-28 21:55:26 -0600 |
---|---|---|
committer | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-05-28 21:55:26 -0600 |
commit | 18f1af36bfe0a7c442ea5e80567a522a14bcbaf3 (patch) | |
tree | 4eeb10ccbe6d55bf85e3a64c1ad2a3aafed679fe /src/commands/moulberry-bush | |
parent | 2456dab3db0d8eaae515606b83a6c0c317d009b0 (diff) | |
download | tanzanite-18f1af36bfe0a7c442ea5e80567a522a14bcbaf3.tar.gz tanzanite-18f1af36bfe0a7c442ea5e80567a522a14bcbaf3.tar.bz2 tanzanite-18f1af36bfe0a7c442ea5e80567a522a14bcbaf3.zip |
format
Diffstat (limited to 'src/commands/moulberry-bush')
-rw-r--r-- | src/commands/moulberry-bush/level.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commands/moulberry-bush/level.ts b/src/commands/moulberry-bush/level.ts index 554219d..05c1e0c 100644 --- a/src/commands/moulberry-bush/level.ts +++ b/src/commands/moulberry-bush/level.ts @@ -148,10 +148,7 @@ export default class LevelCommand extends BushCommand { // ); await message.reply(await this.getResponse(user || message.author)); } - async execSlash( - message: CommandInteraction, - { user }: { user?: CommandInteractionOption } - ): Promise<void> { + async execSlash(message: CommandInteraction, { user }: { user?: CommandInteractionOption }): Promise<void> { // await message.reply( // new MessageAttachment( // await this.getImage(user?.user || message.user), |