PluralKit/Myriad
Iris System 6b14c50f09 fix(bot): only allow proxying in known-supported channel types
This is so that new channel types added by Discord (that may or may not
support the features we need for proxying to work) don't throw piles of
error codes at users when they try to proxy.
2023-06-28 14:38:50 +12:00
..
Builders feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
Cache refactor(bot): remove saving own user ID from ready event, rely on ID in config 2022-09-06 09:52:37 +00:00
Extensions fix(bot): make EmbedLinks permission check work with threads 2023-05-28 14:42:18 +12:00
Gateway Revert "fix(bot): wait for identify limit on identify instead of shard connect" 2022-12-24 22:37:04 +00:00
Rest feat(bot): add support for Discord message context commands (#513) 2023-05-16 03:17:34 +12:00
Serialization feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
Types fix(bot): only allow proxying in known-supported channel types 2023-06-28 14:38:50 +12:00
Utils feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
Myriad.csproj chore: update nuget Grpc.Tools to 2.47.0 2022-07-05 11:15:30 +00:00
README.md Add README for Myriad library 2021-05-26 23:06:55 +01:00
packages.lock.json chore: update nuget Grpc.Tools to 2.47.0 2022-07-05 11:15:30 +00:00

README.md

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