Skip to content

Commit

Permalink
Bump to version 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SinisterRectus committed Nov 19, 2023
1 parent 9465cb7 commit 82cd6b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.12.0
- Added support for stickers (@Ta-noshii)
- Added `Sticker` class
- Added `Client:getSticker`
- Added `Guild:getSticker`
- Added `Guild:createSticker`
- Added `Guild.stickers`
- Added `Message.sticker`
- Added `Message.stickers`
- Added support for unique and global usernames
- Added support for the raw `embeds` field in `Message:update`
- Fixed a bug in `Member:getPermissions`
- Fixed a bug in `PermissionOverwrite:getObject`
- Fixed a bug in voice connection server discovery

## 2.11.2
- Fixes a crash when messages are received in voice channels

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.11.2',
version = '2.12.0',
homepage = 'https://github.com/SinisterRectus/Discordia',
dependencies = {
'creationix/[email protected]',
Expand Down

0 comments on commit 82cd6b5

Please sign in to comment.