deleted pycache?

This commit is contained in:
Bibin Muttappillil 2020-07-15 17:23:41 +02:00
parent 519aca51db
commit e2b8a20fa6
9 changed files with 2 additions and 1 deletions

View File

@ -29,8 +29,9 @@ class Developer(commands.Cog):
@group.command() @group.command()
@commands.check(is_dev) @commands.check(is_dev)
async def ping(self, ctx): async def ping(self, ctx, i: int):
await ctx.send("pong") await ctx.send("pong")
await ctx.send(i + 1)
@commands.command() @commands.command()
@commands.check(is_dev) @commands.check(is_dev)