v7.3.0
版本发布时间: 2020-08-15 01:44:35
discordeno/discordeno最新发布版本:18.0.0(2023-01-13 07:50:21)
We will be jumping a couple version in minor in order to get nest.land tested and worked. P.S. We should now be on nest.land 🎉
Fixed:
- ChannelType bug use enum instead of strings (#87)
- add 1 second delay to prevent stack limit error #90
- Collection.filter will now return the <K, V> of the collection you are filtering.
Added:
- Handle a edge case where 2 roles have the same position
- memberIDHasPermission() when you need to check permission simply with strings of ids. Much easier to use. I think in a future breaking update we may/can remove
memberHasPermission
and use this new function instead. -
addReactions()
function to add multiple reactions - allows addReaction function to be awaited by making it into async
- Added more checks and events for debug event to show whats happening in request manager. You can now easily monitor and watch how your requests are being sent.
requestManagerFetching
type on debug event.
Changed:
- Message.guildID will now always be a string. When the message is in a dm it will be an empty "" so falsy.