Skip to content

Commit 0990639

Browse files
authored
Merge branch 'development' into development
Signed-off-by: lorenzo132 <[email protected]>
2 parents aa28107 + 177bc30 commit 0990639

File tree

6 files changed

+243
-123
lines changed

6 files changed

+243
-123
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ Upgraded discord.py to version 2.6.3, added support for CV2.
1212
Forwarded messages now properly show in threads, rather then showing as an empty embed.
1313

1414
### Fixed
15-
- Make Modmail keep working when typing is disabled due to a outage caused by Discord.
15+
- Make Modmail keep working when typing is disabled due to an outage caused by Discord.
1616
- Resolved an issue where forwarded messages appeared as empty embeds.
1717
- Fixed internal message handling and restoration processes.
18-
- Corrected a bug in the unsnooze functionality.
1918
- Eliminated duplicate logs and notes.
2019
- Addressed inconsistent use of `logkey` after ticket restoration.
2120
- Fixed issues with identifying the user who sent internal messages.

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ parsedatetime = "==2.6"
2323
pymongo = {extras = ["srv"], version = "*"} # Required by motor
2424
python-dateutil = "==2.8.2"
2525
python-dotenv = "==1.0.0"
26+
uvloop = {version = ">=0.19.0", markers = "sys_platform != 'win32'"}
2627
lottie = {version = "==0.7.0", extras = ["pdf"]}
2728
requests = "==2.31.0"
2829

0 commit comments

Comments
 (0)