v6.2.0
版本发布时间: 2020-07-24 04:26:01
discordeno/discordeno最新发布版本:18.0.0(2023-01-13 07:50:21)
Fixed
- Fixed a permission bug that was not allowing some functionality when one of the roles allowed a perm but another role disallowed it. This will now force allowed to override.
- Fixed voice events bugs showing invalid events due to cache bug showed in #74
- Fixed a bug that prevented the channel from creating when providing a type. This will now properly convert the type you provide to what Discord expects. #70
Added
- Removes the voice state when a user leaves a channel
-
deleteChannel()
deletes a channel of your choosing. - Basic sharding explained in detail in #68
- Internal base64 conversion for most URLs. For example, you can now just provide a simple URL for editing a server icon or emoji upload.
Changed
- Updated
std
to 0.61.0 as Deno 1.2 was a breaking(YAY SEMVER!) change and requires the latest std.