Skip to content

Commit baf9a5b

Browse files
committed
Support discord.py v1.6 & LOTTIE stickers
1 parent 1de48fd commit baf9a5b

File tree

6 files changed

+217
-167
lines changed

6 files changed

+217
-167
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html);
77
however, insignificant breaking changes do not guarantee a major version bump, see the reasoning [here](https://github.com/kyb3r/modmail/issues/319). If you're a plugin developer, note the "BREAKING" section.
88

9-
# v3.8.0-dev7
9+
# v3.8.0-dev8
1010

1111
### Added
1212

@@ -34,10 +34,12 @@ however, insignificant breaking changes do not guarantee a major version bump, s
3434
- Finding linked messages in replies work now. ([GH #2920](https://github.com/kyb3r/modmail/issues/2920), [Jerrie-Aries](https://github.com/kyb3r/modmail/issues/2920#issuecomment-751530495))
3535
- Sending files in threads (non-images) now work. ([GH #2926](https://github.com/kyb3r/modmail/issues/2926))
3636
- Deleting messages no longer shows a false error. ([GH #2910](https://github.com/kyb3r/modmail/issues/2910), [Jerrie-Aries](https://github.com/kyb3r/modmail/issues/2910#issuecomment-753557313))
37+
- Display an error on [Lottie](https://airbnb.io/lottie/#/) stickers, instead of failing the send.
3738

3839
### Internal
3940

4041
- Make use of `git branch --show-current` to retrieve branch instead of using prerelease version check.
42+
- Use discord.py 1.6.0 from PyPi instead of the development clone.
4143

4244
# v3.7.13
4345

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ parsedatetime = "==2.6"
2727
aiohttp = ">=3.6.0,<3.7.0"
2828
python-dotenv = ">=0.10.3"
2929
pipenv = "*"
30-
"discord.py" = {file = "./discord.py-1.5.2.tar.gz"}
30+
"discord.py" = "==1.6.0"
3131

3232
[scripts]
3333
bot = "python bot.py"

0 commit comments

Comments
 (0)