PluralKit/Myriad
2025-08-25 16:06:43 +12: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 feat(bot): initial ComponentsV2 implementation 2025-08-25 16:06:43 +12:00
Serialization feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
Types feat(bot): initial ComponentsV2 implementation 2025-08-25 16:06:43 +12: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.