Skip to content

Commit

Permalink
Added CUSTOM_STATUS ActivityType
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt2001 committed Jul 10, 2019
1 parent be2318c commit a5bdb3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/java/sx/blah/discord/handle/obj/ActivityType.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ public enum ActivityType {
* The type of watching.
* Displays: Watching xxx
*/
WATCHING
WATCHING,
/**
* Custom Status.
*/
CUSTOM_STATUS
}

0 comments on commit a5bdb3b

Please sign in to comment.