File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
# v2.12.3
8
8
9
9
### 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) .
11
11
12
12
# v2.12.2
13
13
Original file line number Diff line number Diff line change 6
6
import re
7
7
from datetime import datetime
8
8
9
- import parsedatetime as pdt
10
9
from dateutil .relativedelta import relativedelta
11
10
from discord .ext .commands import BadArgument , Converter
12
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ emoji>=0.2
5
5
uvloop >= 0.12.0
6
6
motor >= 2.0.0
7
7
natural == 0.2.0
8
+ dateparser ~= 0.7.0
8
9
dnspython ~= 1.16.0 # required by motor
9
- parsedatetime == 2.4 # to be replaced by dateparser
10
10
aiohttp < 3.5 # to comply with discord.py
11
11
pylint # for style
You can’t perform that action at this time.
0 commit comments