This website requires JavaScript.
Explore
Help
Sign in
flash
/
maki
Archived
Watch
1
Star
0
Fork
You've already forked maki
0
Code
Activity
This repository has been archived on
2024-05-21
. You can view files and clone it, but cannot push or open issues or pull requests.
1ad0dab43c
maki
/
Maki
/
DiscordUserStatus.cs
11 lines
137 B
C#
Raw
Normal View
History
Unescape
Escape
more handlers
2017-05-17 22:33:09 +00:00
namespace
Maki
{
public
enum
DiscordUserStatus
{
Online
,
Offline
,
updates
2017-05-21 01:08:34 +00:00
Idle
,
more handlers
2017-05-17 22:33:09 +00:00
DoNotDisturb
,
}
}
Copy permalink