v8.4.1
版本发布时间: 2020-09-01 21:42:34
discordeno/discordeno最新发布版本:18.0.0(2023-01-13 07:50:21)
ATTENTION: If you have not already please join the Discord server for the latest updates. I actively keep the Discord server updated with all relevant information. Get update alerts and much more faster on discord!
This is a summary of all the updates made in the last 10 days. Enjoy 🎉
v8.3.0 - Intergalactic Encylopedia Salesman :g4m3rhug:
Added
-
removeUserReaction
- Remove another users reaction -
getChannel
- Fetches a single channel object from the api. -
getMembersByQuery
- Returns guild member objects for the specified user by their nickname/username. - Added permission checking for adding/managing reactions.
-
getWebhook
Gets a webhook with the webhook id. - The webhook file was not being exported in mod.ts. It is now :tada:
Fixed:
- Slight bug in deleteMessage that wasn' checking permissions properly when a message didn't have .guildID.
- Fixes message.mentions on DM. They will now return a member object for each user that is mentioned.
- Fixed a small issue with the Collection.last() returning
any
instead of the value of the collection.
Changed
-
getChannels
now returns proper Channel objects instead of raw payload. It also caches the objects by default but you can disable it.
Guide Updates:
Discordeno has one of the coolest ways to create commands for advanced level developers. I call it Dynamic command creation. This allows you to basically create a bunch of commands that are similar instantly.
This is some advanced level super magical command creation skills. Discordeno gives you the power to dynamically create commands. What that means is you can write the code for one command but dynamically create like 50 commands using that same code.
- Added Guide for hosting your bots with Docker.
v8.3.1
The reaction functions no longer require users to properly string emojis. The library will now handle it for you.
Previously you had to change an emoji from <:g4m3rhug:458994471712063499> to name:ID however, now we will do it for you making it even easier for you to code your bots.
User Experience is everything!!!
v8.4.1
Fixed
- TypeScript 4.0 and Deno 1.3.2 and std 0.67.0 support
Added:
-
followChannel()
Use this to follow news channels. Very useful for allowing you to have server owners/admins subscribe to your bot's support news channels. -
publishMessage()
Automatically publish a message in a news channel to all servers following that channel.
Guide:
- New guide added on Tasks to run a function at a given interval.
- New guide on Subcommands! The most powerful of powerful features!!! Subcommands inside subcommands inside subcommands...