mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-28 01:33:10 +00:00
Discord: Fixed incorrect ActivityType constant
This commit is contained in:
parent
55ebeaf45f
commit
687cad0c72
|
@ -155,7 +155,8 @@ const (
|
||||||
StreamingActivity
|
StreamingActivity
|
||||||
// Listening to $name
|
// Listening to $name
|
||||||
ListeningActivity
|
ListeningActivity
|
||||||
// $emoji $name
|
_
|
||||||
|
// $emoji $state
|
||||||
CustomActivity
|
CustomActivity
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue