v6.0.0
版本发布时间: 2020-07-15 06:28:08
discordeno/discordeno最新发布版本:18.0.0(2023-01-13 07:50:21)
- Support for allowing or suppressing mentions in a message.
-
self_video
prop on voice -
embed
=>widget
. Discord has deprecated the old embed props on guild. - Support
roles
prop on prune methods. This will let you prune members with certain role ids. BREAKING - Discord changed
delete-message-days
todelete_message_days
. This will now usedays
to not be a breaking change in the future. BREAKING -
emojiURL(id, animated)
new helper function available for getting the emoji url from discord cdn - Support uploading files
- Added
changeAPIVersion(number)
to allow dynamically changing API versions on the fly without needing to restart your bot.