How to set bot presense #320
-
In V1 I used to be able to update the presence of the bot using UpdateStatus, is there anyway to update the presence of the bot in V3 since I couldn't find a corresponding method to update it or a way to update it. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
v3 now uses something like |
Beta Was this translation helpful? Give feedback.
-
Yup it's |
Beta Was this translation helpful? Give feedback.
v3 now uses something like
.Gateway().Send(&gateway.UpdateStatusCommand{})
. You can also change thegateway.DefaultIdentity
global variable or change the identity data by passing a custom gateway to the session.