mentionOrNull

suspend fun Command.mentionOrNull(guild: Guild): String?

Create a discord mention for this command.


suspend fun GuildSlashCommand.mentionOrNull(guild: Guild): String?

Create a discord mention for this guild slash command.


suspend fun GlobalSlashCommand.mentionOrNull(kord: Kord): String?

Create a discord mention for this global slash command.