update gitignore

This commit is contained in:
Bibin Muttappillil 2020-04-15 19:21:00 +02:00
parent b474d41087
commit 266b2fe81f
6 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
secrets.env
.env
venv
src/__pycache__/
src/test.py

Binary file not shown.

View File

@ -173,7 +173,6 @@ async def ping(ctx):
# developer commands
def developer(command):
@functools.wraps(command)
async def wrapper(ctx, *args, **kwargs):