aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/help.ts
diff options
context:
space:
mode:
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;