aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/help.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-17 18:36:16 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-17 18:36:16 -0400
commit38d008501fe2bb99e291bb6c823b1d895e39af11 (patch)
tree40b6bbf125f570b725704c9baafa0df6bfe96037 /src/commands/info/help.ts
parent4014e80e349526f5257f1c4f5aaed732593f3f80 (diff)
downloadtanzanite-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.ts4
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;