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