1
0
Fork 0
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:
diamondburned 2021-11-16 14:34:37 -08:00
parent 9289303255
commit e6be4a3fab
No known key found for this signature in database
GPG key ID: D78C4471CE776659

View file

@ -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