Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
New Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sandarutharuneth authored Jun 26, 2022
1 parent fdbc877 commit 0597c89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const embed = new MessageEmbed()
{ name: 'Invite' , value: `Get the bot's invite link.\n > **Types: \`-invite\`**`, inline: true },
{ name: 'Ping' , value: `Check the bot's ping!\n > **Types: \`-ping\` **`, inline: true },
{ name: 'Info' , value: `Check the bot's System info.\n > **Types: \`-info\` **`, inline: true },
{ name: 'Server Info', value: `Shows server info.\n > **Types: \`/serverinfo\`**`, inline: true },
{ name: 'User Info', value: `Shows user info.\n > **Types: \`/userinfo\`**`, inline: true },
)
.setTimestamp()
.setFooter({
Expand Down Expand Up @@ -100,4 +102,4 @@ const filter = (interaction) => interaction.user.id === message.author.id;
});
}
});
}
}

0 comments on commit 0597c89

Please sign in to comment.