lolamtisch / Discord-RPC-Extension

Discord rich presence extension with open API.
GNU General Public License v3.0
178 stars 12 forks source link

[FEAT] Allow extensions to specify the activity type #67

Closed Kyrela closed 1 week ago

Kyrela commented 1 month ago

Allow extensions to specify the activity type via the API, e.g. "Watching" or "Competing in", as specified on docs: Activity Structure and Activity Types

lolamtisch commented 1 week ago

With the newest version of the extension they are now supported [Playing, Listening, Watching, Competing]

Kyrela commented 1 week ago

Thanks!