deleted pycache?
This commit is contained in:
parent
519aca51db
commit
e2b8a20fa6
Binary file not shown.
Binary file not shown.
|
@ -29,8 +29,9 @@ class Developer(commands.Cog):
|
|||
|
||||
@group.command()
|
||||
@commands.check(is_dev)
|
||||
async def ping(self, ctx):
|
||||
async def ping(self, ctx, i: int):
|
||||
await ctx.send("pong")
|
||||
await ctx.send(i + 1)
|
||||
|
||||
@commands.command()
|
||||
@commands.check(is_dev)
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue