1
0
Fork 0
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:
diamondburned (Forefront) 2020-02-23 18:20:13 -08:00
parent 55ebeaf45f
commit 687cad0c72

View file

@ -155,7 +155,8 @@ const (
StreamingActivity StreamingActivity
// Listening to $name // Listening to $name
ListeningActivity ListeningActivity
// $emoji $name _
// $emoji $state
CustomActivity CustomActivity
) )