mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-02-07 20:17:11 +00:00
discord: Minor comment tweaks
This commit is contained in:
parent
9289303255
commit
e6be4a3fab
|
@ -178,16 +178,12 @@ type Activity struct {
|
||||||
type ActivityType uint8
|
type ActivityType uint8
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Playing $name
|
GameActivity ActivityType = iota // Playing $name
|
||||||
GameActivity ActivityType = iota
|
StreamingActivity // Streaming $details
|
||||||
// Streaming $details
|
ListeningActivity // Listening to $name
|
||||||
StreamingActivity
|
WatchingActivity // Watching $name
|
||||||
// Listening to $name
|
CustomActivity // $emoji $state
|
||||||
ListeningActivity
|
CompetingActivity // Competing in $name
|
||||||
// Watching $name
|
|
||||||
WatchingActivity
|
|
||||||
// $emoji $state
|
|
||||||
CustomActivity
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type ActivityFlags uint32
|
type ActivityFlags uint32
|
||||||
|
|
Loading…
Reference in a new issue