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
|
||||
|
||||
const (
|
||||
// Playing $name
|
||||
GameActivity ActivityType = iota
|
||||
// Streaming $details
|
||||
StreamingActivity
|
||||
// Listening to $name
|
||||
ListeningActivity
|
||||
// Watching $name
|
||||
WatchingActivity
|
||||
// $emoji $state
|
||||
CustomActivity
|
||||
GameActivity ActivityType = iota // Playing $name
|
||||
StreamingActivity // Streaming $details
|
||||
ListeningActivity // Listening to $name
|
||||
WatchingActivity // Watching $name
|
||||
CustomActivity // $emoji $state
|
||||
CompetingActivity // Competing in $name
|
||||
)
|
||||
|
||||
type ActivityFlags uint32
|
||||
|
|
Loading…
Reference in a new issue