-
Notifications
You must be signed in to change notification settings - Fork 4
GodotcordPresence
Drachenfrucht1 edited this page Aug 18, 2021
·
1 revision
Data class for a discord presence
Data class for a discord presence
| PresenceStatus | status |
| GodotcordActivity | activity |
| PresenceStatus | get_status() |
| void | set_status(property : PresenceStatus) |
| GodotcordActivity | get_activity() |
| void | set_activity(property : GodotcordActivity) |
enum PresenceStatus
- OFFLINE=0 --- The user is currently offline
- ONLINE=1 --- The user is currently online
- IDLE=2 --- The user is currently idling
- DO_NOT_DISTURB=3 --- The users status is do not disturb