Releases: discordjs/discord.js
Releases · discordjs/discord.js
7.0.1
Additions:
- Added sending file via sendMessage
- Added updateServer
- Added autoReconnect
Fixes:
- Fixed ratelimiter
- Fixed incorrect documentation
- Fixed sendFile
- Fixed voice state update crash
7.0.0
Additions/Changes:
- Basic support for new OAuth bot accounts
- Login via
loginWithToken(INSERT_OAUTH_BOT_TOKEN_HERE)
- Public bots (bots that can be invited to other servers) must be converted to OAuth bot accounts by May 1st
- Login via
- Friends support (OAuth bots can't have friends though)
- Encrypted voice support
- Pause/resume voice stream support
- Muting/deafening/unmuting/undeafening users support
Fixes:
- High CPU usage fix
- Potential playXXX() error fix
- Voice volume fixes
- Some voice error fixes
- Node 0.12 crash fix
- Fixed forceFetch for guild stream (ready will take much longer though, thanks Discord Devs)
- Fixed overwritePermissions wiping existing permissions
6.0.0
6.0.0
Major stability fixes, bug fixes, and new features
- sendFile attempts to detect names - commit
- sendFile can reupload from URLs - commit (patched in later commits)
- Ability to validate existing invite - commit
- Finished converting to game names - commit
- No longer auto-acks messages - commit
- Can now edit server - commit
- userUpdated merged into presence and now gives old user and new user - commit
- Ability to get existing invites - commit
- Fixed xUpdated events - commit
- Ability to login via token - commit
- Ability to move users to voice channels - commit
- memberHasRole and membersWithRole helper functions - commit
- Merge addRoleToMember(s), merge removeRoleFromMember(s) - commit
- Addition of voiceStateUpdate event - commit