Kord Extensions Help

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: 03 September 2024