globalSlash

fun globalSlash(name: String, description: String = "", requiredPermissions: Permissions = this.requiredPermissions, action: GlobalSlashCommand.() -> Unit)

Create a global slash command.

Parameters

name

The name of this command.

description

The description of this command.

requiredPermissions

The Permissions required to run this command.

action

The command action.