diff --git a/.gitignore b/.gitignore index 7e21ea3..6b0dd66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ secrets.env .env venv +src/__pycache__/ +src/test.py \ No newline at end of file diff --git a/src/__pycache__/Role.cpython-37.pyc b/src/__pycache__/Role.cpython-37.pyc deleted file mode 100644 index d429ccc..0000000 Binary files a/src/__pycache__/Role.cpython-37.pyc and /dev/null differ diff --git a/src/__pycache__/werewolf_game.cpython-37.pyc b/src/__pycache__/werewolf_game.cpython-37.pyc deleted file mode 100644 index dd64ba7..0000000 Binary files a/src/__pycache__/werewolf_game.cpython-37.pyc and /dev/null differ diff --git a/src/__pycache__/werewolf_players.cpython-37.pyc b/src/__pycache__/werewolf_players.cpython-37.pyc deleted file mode 100644 index 3c10399..0000000 Binary files a/src/__pycache__/werewolf_players.cpython-37.pyc and /dev/null differ diff --git a/src/__pycache__/werewolf_roles.cpython-37.pyc b/src/__pycache__/werewolf_roles.cpython-37.pyc deleted file mode 100644 index 58720c5..0000000 Binary files a/src/__pycache__/werewolf_roles.cpython-37.pyc and /dev/null differ diff --git a/src/werewolf_bot.py b/src/werewolf_bot.py index 3ef0819..bfaf7cb 100644 --- a/src/werewolf_bot.py +++ b/src/werewolf_bot.py @@ -173,7 +173,6 @@ async def ping(ctx): # developer commands - def developer(command): @functools.wraps(command) async def wrapper(ctx, *args, **kwargs):