PluralKit/Myriad
spiral 889e1a8331
Don't kill the gateway session when trying to resume
Sending a close code of 1000 or 1001 invalidates gateway sessions.
Instead, we use close code 1005 (no error specified)
2021-07-08 09:19:44 -04:00
..
Builders
Cache Fix a few more compiler warnings 2021-05-07 10:56:15 +02:00
Extensions Check if user is webhook in PermissionsFor 2021-06-14 09:57:58 -04:00
Gateway Don't kill the gateway session when trying to resume 2021-07-08 09:19:44 -04:00
Rest properly encode custom emojis in emoji API routes 2021-07-01 01:59:04 -04:00
Serialization Fix error on @ everyone 2021-03-18 11:34:35 +01:00
Types Add a few utility admin commands 2021-06-08 19:37:44 +02:00
Utils
Myriad.csproj Add NuGet lock files 2021-07-08 09:04:20 -04:00
packages.lock.json Add NuGet lock files 2021-07-08 09:04:20 -04: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