vsTerminus / Mojo-Discord

Perl Modules that implement parts of the Discord API. Intended for Text Chat Bots.
MIT License
33 stars 10 forks source link

Fix status_update() #13

Closed incognico closed 4 years ago

incognico commented 5 years ago

In master it is already working but not in moo. Also I'm setting the type to 0 because the variable is named game (easier to set in the client when you can just omit it). Now with the rich presence stuff there is way more possible now (activity-object). I might work on that later.

vsTerminus commented 4 years ago

I copied over my working version from master and committed it to the moo branch as well. Going to close this one now.