11.0.0
版本发布时间: 2021-06-07 03:05:02
discordeno/discordeno最新发布版本:18.0.0(2023-01-13 07:50:21)
Introducing Discordeno 11.0.0
Breaking changes:
- All functions now take a camel case object
- All functions now return a camel case object
- Most functions which used to return an array now return a collection
- Template structure has been removed
- Ids are stored using bigints now
- The Message interfaces name is now DiscordenoMessage
- The Channel interfaces name is now DiscordenoChannel
- The Role interfaces name is now DiscordenoRole
- The Guild interfaces name is now DiscordenoGuild
- Errors.SEND_TTS_MESSAGE > Errors.SEND_TTS_MESSAGES
- message.author has been removed
- chooseRandom has been removed
- message.mentions > message.allowedMentions
- channel.slowmode > channel.rateLimitPerUser
- Implementation of sweepers
- Permission check functions have been renamed
- *ID is now *Id
New features:
- Support for Stage channels
- Rest is faster than ever more info: https://github.com/discordeno/discordeno/blob/main/src/rest/README.md
- Added the WS Proxy more info: https://github.com/discordeno/discordeno/blob/main/src/ws/README.md
- 100% documented bot API coverage
- Thread support (not fully finished last changes discord has done will be released in a minor release)
- Message components support (Buttons & Dropdowns)
- Collection sweeper functions
Bug fixes:
- Rest is now faster and a few rate limit handling bugs have been fixed
- Random gateway disconnections have been fixed
- Unavailable guilds are now handled correctly on startup