Skip to content

Anarchy 0.7.1.0

Compare
Choose a tag to compare
@not-ilinked not-ilinked released this 24 Jun 17:11
· 139 commits to master since this release

Additions

  • Added support for modifying client settings in channels (including private channels).
  • Added a new CopyFrom (DiscordVoiceStream method) overload with a file path as a parameter, serving as a shortcut for DiscordVoiceUtils.ReadFromFile().

Improvements

  • Pulling guild members has been improved. GetGuildMembers is for bots while GetGuildChannelMembers is for users. This is due to Discord making some changes to their API.
  • DiscordImages are now used when inputting images.
  • Rewrote how permissions work.
  • Replaced GuildMember's 'HasPermission' method with 'GetPermissions' to increase speeds.