UNPKG
slurpcord
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Simple API wrapper for Discord
github.com/slurpy-films/slurpcord
slurpy-films/slurpcord
slurpcord
/
src
/
types
/
activitytypes.js
7 lines
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
{
Playing:
0
,
Streaming:
1
,
Listening:
2
,
Watching:
3
,
Competing:
5
}
;