forked from discordjs/discord.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
abalabahaha edited this page Jan 31, 2016
·
5 revisions
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
Major stability bug fixes
- Opus sanity checks for voice - commit
- Fix callbacks and promises in general - commit
- Fixed references to items in caches when they are updated - commit
- Made the API not crash when encountering users in text channels (abuse of API) - commit