Functions
Link copied to clipboard
Modify simple configuration options.
Link copied to clipboard
fun mentionEmbed(slashName: String? = "info", construct: suspend EmbedBuilder.(DiscordContext) -> Unit? = defaultMentionEmbed)
An embed that will be sent anytime someone (solely) mentions the bot.
Link copied to clipboard
Function to handle any exception that occur during runtime.
Link copied to clipboard
Determine the prefix in a given context. Default prefix: '!'. Warning!: Don't set empty string! https://github.com/DiscordKt/DiscordKt/issues/32