update gitignore
This commit is contained in:
parent
b474d41087
commit
266b2fe81f
|
@ -1,3 +1,5 @@
|
||||||
secrets.env
|
secrets.env
|
||||||
.env
|
.env
|
||||||
venv
|
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
|
# developer commands
|
||||||
|
|
||||||
|
|
||||||
def developer(command):
|
def developer(command):
|
||||||
@functools.wraps(command)
|
@functools.wraps(command)
|
||||||
async def wrapper(ctx, *args, **kwargs):
|
async def wrapper(ctx, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue