Remora.Discord
Remora.Discord copied to clipboard
A data-oriented C# Discord library, focused on high-performance concurrency and robust design.
### Description As it says on the tin. I like Remora's caching mechanism, but I'd like to use it outside of Discord without having to reimplement it every time. As...
Adds the keys in the invite metadata object (https://discord.com/developers/docs/resources/invite#invite-metadata-object) to the type returned by GET /guilds/{guildID}/invites.
This pull request adds the additional endpoints of the recently added application emoji feature to the emoji API.
This commit changes how Remora.Discord.Commands maps slash commands, enabling support for arrays to be parsed and accepted, despite Discord STILL not having support for this. For better or worse, a...