From 0597c8930a113ad15c05c4b360d729742e0c1384 Mon Sep 17 00:00:00 2001 From: Sandaru Tharuneth Date: Mon, 27 Jun 2022 03:11:57 +0530 Subject: [PATCH] New Stuff --- commands/help.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/help.js b/commands/help.js index 6af0c62..d515d5b 100644 --- a/commands/help.js +++ b/commands/help.js @@ -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({ @@ -100,4 +102,4 @@ const filter = (interaction) => interaction.user.id === message.author.id; }); } }); -} \ No newline at end of file +}