diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-16 18:22:11 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-16 18:22:11 -0400 |
commit | 4014e80e349526f5257f1c4f5aaed732593f3f80 (patch) | |
tree | e3bdaa55954ba981ffc764007de4c278d7030749 /src/commands/info/help.ts | |
parent | 7889489b0a959e6097db2fd17065e4a36f8be6b3 (diff) | |
download | tanzanite-4014e80e349526f5257f1c4f5aaed732593f3f80.tar.gz tanzanite-4014e80e349526f5257f1c4f5aaed732593f3f80.tar.bz2 tanzanite-4014e80e349526f5257f1c4f5aaed732593f3f80.zip |
fix breaking changes
Diffstat (limited to 'src/commands/info/help.ts')
-rw-r--r-- | src/commands/info/help.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/info/help.ts b/src/commands/info/help.ts index 4674ea2..8c97ba8 100644 --- a/src/commands/info/help.ts +++ b/src/commands/info/help.ts @@ -1,7 +1,6 @@ import { BushCommand, BushMessage, BushSlashMessage } from '@lib'; import { MessageActionRow, MessageButton, MessageEmbed } from 'discord.js'; import packageDotJSON from '../../../package.json'; - export default class HelpCommand extends BushCommand { public constructor() { super('help', { |