Updated help command to include subcommands

This commit is contained in:
2023-12-05 15:29:41 +01:00
parent df82a66921
commit cf42d05d89
2 changed files with 28 additions and 2 deletions

View File

@@ -9,6 +9,16 @@ module.exports = {
type: "slash",
dev: false,
public: true,
subcommands: [
{
name: "member",
description: "Get info about a guild memeber",
},
{
name: "info",
description: "Get info about a guild.",
}
],
data: new SlashCommandBuilder()
.setName("guild")