PluralKit/Myriad
spiral c6e4c862b8
feat: update Discord status only on identify
See <https://github.com/discord/discord-api-docs/issues/4073#issuecomment-1016762755>

We still update status when restarting cluster, because it doesn't really matter if the session dies in that case (we're already restarting / going to reidentify)
2022-01-20 05:52:40 -05:00
..
Builders feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
Cache refactor: only pass shard ID to event handlers instead of full shard object 2022-01-14 18:39:03 -05:00
Extensions feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
Gateway feat: update Discord status only on identify 2022-01-20 05:52:40 -05:00
Rest fix: don't try to re-send stickers and activity invites 2022-01-14 23:22:12 -05:00
Serialization feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
Types fix: don't try to re-send stickers and activity invites 2022-01-14 23:22:12 -05:00
Utils feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
Myriad.csproj feat: add Redis identify ratelimiter 2022-01-13 12:26:25 -05:00
packages.lock.json feat: add Redis identify ratelimiter 2022-01-13 12:26:25 -05:00
README.md Add README for Myriad library 2021-05-26 23:06:55 +01:00

Myriad

'Myriad' is a .NET library used to interact with the Discord API. It's primarily intended for use with PluralKit, but feel free to fork or submodule it!

You can find a simple example bot using the Myriad library here: https://git.sr.ht/~spiral/myriad-example