Presence
The presence
builder allows you to configure the bot's initial presence, which will be set when it connects to Discord. The builder provides direct access to Kord's PresenceBuilder
.
ExtensibleBot(TOKEN) {
// ...
presence {
status = PresenceStatus.DoNotDisturb
competing("the Uptime League")
}
}
Last modified: 20 November 2024