You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for sharding (see DiscordSocketConfig).
Improvements
Anarchy now uses API v8.
Changed the way different types of channels and such are dealt with, lowering memory and CPU usage. Instead of calling .ToX() methods, you now just cast the object.
DiscordVoiceStream.CopyFrom() now takes in a Stream. DiscordVoiceUtils.ReadFromFile() is now GetAudioStream and GetAudio to compensate.
Improved gift/"entitlement" functionality. Research isn't done yet, so some things might not work. Make sure to report issues.
Removed various useless/bloaty methods (GetGuildRole, Mute/DeafenGuildMember and so on).
Removed redundant info from method names such as: CreateChannelWebhook -> CreateWebhook.
Rewrote Anarchy's Webhook implementation, adding support for Channel Followers.
Improved the way Anarchy deals with subscriptions. Working on figuring out what gifts are vs. "entitlements". Some parts of the implementation might not work, so make sure to report issues.