slash
fun slash( name: String, description: String = "", requiredPermissions: Permissions = this.requiredPermissions, action: GuildSlashCommand.() -> Unit)
Content copied to clipboard
Create a guild slash command.
Parameters
name
The name of this command.
description
The description of this command.
required Permissions
The Permissions required to run this command.
action
The command action.