Skip to content

Commit

Permalink
Bumped to version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SinisterRectus committed May 26, 2021
1 parent eb66206 commit 0155f8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.9.0
- Added basic support for message replies
- Added `content.reference` field for `TextChannel:send(content)`
- Added `Message.referencedMessage` property
- Added `Activity:__hash` method
- Added `INVITE` and `INTEGRATION` events to the internal ignore list
- Added ability to set member voice channel to `nil` (voice-kick)
- Changed reconnection request from `warning` to `info` in logging
- Fixed rare crash on receiving invalid message reaction data

## 2.8.4
- Updated the `discordapp` domain name to `discord` where necessary (CDN links remain the same)

Expand Down
2 changes: 1 addition & 1 deletion package.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SOFTWARE.]]

return {
name = 'SinisterRectus/discordia',
version = '2.8.4',
version = '2.9.0',
homepage = 'https://github.com/SinisterRectus/Discordia',
dependencies = {
'creationix/[email protected]',
Expand Down

0 comments on commit 0155f8c

Please sign in to comment.