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
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
Original file line number Diff line number Diff line change 66import re
77from datetime import datetime
88
9- import parsedatetime as pdt
109from dateutil .relativedelta import relativedelta
1110from discord .ext .commands import BadArgument , Converter
1211
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ emoji>=0.2
55uvloop >= 0.12.0
66motor >= 2.0.0
77natural == 0.2.0
8+ dateparser ~= 0.7.0
89dnspython ~= 1.16.0 # required by motor
9- parsedatetime == 2.4 # to be replaced by dateparser
1010aiohttp < 3.5 # to comply with discord.py
1111pylint # for style
You can’t perform that action at this time.
0 commit comments