diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-17 18:36:16 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-17 18:36:16 -0400 |
commit | 38d008501fe2bb99e291bb6c823b1d895e39af11 (patch) | |
tree | 40b6bbf125f570b725704c9baafa0df6bfe96037 /src/commands/info/help.ts | |
parent | 4014e80e349526f5257f1c4f5aaed732593f3f80 (diff) | |
download | tanzanite-38d008501fe2bb99e291bb6c823b1d895e39af11.tar.gz tanzanite-38d008501fe2bb99e291bb6c823b1d895e39af11.tar.bz2 tanzanite-38d008501fe2bb99e291bb6c823b1d895e39af11.zip |
update some dependencies
Diffstat (limited to 'src/commands/info/help.ts')
-rw-r--r-- | src/commands/info/help.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/commands/info/help.ts b/src/commands/info/help.ts index 8c97ba8..ce171c9 100644 --- a/src/commands/info/help.ts +++ b/src/commands/info/help.ts @@ -91,9 +91,7 @@ export default class HelpCommand extends BushCommand { if (!isOwner) args.showHidden = false; if (!command || command.pseudo) { const embed = new MessageEmbed().setColor(util.colors.default).setTimestamp(); - if (message.guild) { - embed.setFooter(`For more information about a command use ${prefix}help <command>`); - } + embed.setFooter(`For more information about a command use ${prefix}help <command>`); for (const [, category] of this.handler.categories) { const categoryFilter = category.filter((command) => { if (command.pseudo) return false; |