Skip to content

Commit

Permalink
Merge branch 'development' into development-merge-1
Browse files Browse the repository at this point in the history
  • Loading branch information
freiheit authored Mar 21, 2024
2 parents 424aa0e + 9986f19 commit 30a75eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions mvkdicebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ async def roll(ctx, *, dicestr: str):
raise



class ImproperlyConfigured(Exception):
"""Boring Exception Class"""

Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
aiohttp==3.9.1
aiosignal==1.3.1
astroid==3.0.1
astroid==3.1.0
async-timeout==4.0.3
attrs==23.1.0
black==24.3.0
charset-normalizer==3.3.2
click==8.1.7
dill==0.3.8
discord.py==2.3.2
flake8==6.1.0
flake8==7.0.0
frozenlist==1.4.0
idna==3.6
isort==5.13.0
isort==5.13.2
mccabe==0.7.0
multidict==6.0.4
multidict==6.0.5
mypy-extensions==1.0.0
packaging==23.2
packaging==24.0
pathspec==0.12.1
platformdirs==4.1.0
platformdirs==4.2.0
pycodestyle==2.11.1
pyflakes==3.1.0
pylint==3.0.2
tomlkit==0.12.3
pylint==3.0.3
tomlkit==0.12.4
yarl==1.9.4

0 comments on commit 30a75eb

Please sign in to comment.