1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-27 20:58:50 +00:00

Discord: add watching activity

This commit is contained in:
mavolin 2020-08-04 02:43:41 +02:00 committed by diamondburned
parent 77b1b08bce
commit 2a032ebfab

View file

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