How do I set the activity of my bot? #921
-
Hi all, It would be pretty nice if someone could tell me how to do it. Unfortunately I wasn't able to find it in the wiki. My code looks like this right now:
|
Beta Was this translation helpful? Give feedback.
Answered by
lukellmann
Mar 4, 2024
Replies: 1 comment 2 replies
-
use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you'll need to login into the gateway before editing presence:
to set the presence at start, you can also use the
login
function directly:kord.login { presence { playing("a game") } }