-
Notifications
You must be signed in to change notification settings - Fork 0
SlashCommand.description
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
description for the slash command
type: String
commands.create("example1", "example description");
commands.create({ name: "example2", desc: "example description" });
commands.create({ name: "example3", description: "example description" });