Skip to content

Commit 9dfa1fa

Browse files
committed
Updated CHANGELOG.md
1 parent a0bfcb4 commit 9dfa1fa

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
# v2.12.3
88

99
### Fixed
10-
- A loophole where `?logs` subcommands were accessible by anyone.
10+
- Patched a bug where `?logs` subcommands were accessible by anyone (thanks to Sasiko for reporting this issue).
1111

1212
# v2.12.2
1313

core/time.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import re
77
from datetime import datetime
88

9-
import parsedatetime as pdt
109
from dateutil.relativedelta import relativedelta
1110
from discord.ext.commands import BadArgument, Converter
1211

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ emoji>=0.2
55
uvloop>=0.12.0
66
motor>=2.0.0
77
natural==0.2.0
8+
dateparser~=0.7.0
89
dnspython~=1.16.0 # required by motor
9-
parsedatetime==2.4 # to be replaced by dateparser
1010
aiohttp<3.5 # to comply with discord.py
1111
pylint # for style

0 commit comments

Comments
 (0)