BotMine›Developer Docs›Presence
Lua Addon SDK
Presence
Set the bot status and activity.
Set activity
luadiscord.setActivity("WATCHING", "over the server")
Activity types:
PLAYINGWATCHINGLISTENINGSTREAMINGCOMPETING
Set presence
luadiscord.setPresence({ status = "ONLINE", activity = { type = "PLAYING", name = "BotMine" } })
Online status:
ONLINEIDLEDO_NOT_DISTURBINVISIBLEOFFLINE
Clear activity
luadiscord.clearActivity()