PluralKit/Myriad
alyssa 78606f4a9f
Some checks failed
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled
try shortening http idle timeout for discord client
2026-01-11 17:55:03 -05:00
..
Builders feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
Cache fix(bot): get rid of infra-specific code in HttpDiscordCache 2025-04-24 10:42:52 +00:00
Extensions fix(bot): clean up "not found in cache" errors in sentry 2025-02-24 10:53:18 +00:00
Gateway fix(bot): check message type in message update events 2025-04-28 06:29:08 -06:00
Rest try shortening http idle timeout for discord client 2026-01-11 17:55:03 -05:00
Serialization feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
Types feat(bot): port message info embeds to cv2 2025-10-24 10:23:38 -04:00
Utils feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
COPYING chore: relicense Myriad library to MIT, add license text 2025-08-19 21:14:58 +00:00
Myriad.csproj fix: use Serilog submodule in Myriad 2025-05-26 20:17:31 +00:00
packages.lock.json fix: use Serilog submodule in Myriad 2025-05-26 20:17:31 +00:00
README.md chore: relicense Myriad library to MIT, add license text 2025-08-19 21:14:58 +00: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

The Myriad library (/Myriad directory in this repository) is available under the MIT license. The license text can be found in the /Myriad/COPYING file.