update gitignore
This commit is contained in:
parent
b474d41087
commit
266b2fe81f
|
@ -1,3 +1,5 @@
|
|||
secrets.env
|
||||
.env
|
||||
venv
|
||||
src/__pycache__/
|
||||
src/test.py
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -173,7 +173,6 @@ async def ping(ctx):
|
|||
|
||||
# developer commands
|
||||
|
||||
|
||||
def developer(command):
|
||||
@functools.wraps(command)
|
||||
async def wrapper(ctx, *args, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue