mirror of https://github.com/coddrago/Heroku
Update inline_stuff.py
parent
ed981a7bfb
commit
0bcf291d9d
|
@ -82,7 +82,7 @@ class InlineStuff(loader.Module):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
@loader.command()
|
@loader.command()
|
||||||
async def ch_hikka_bot(self, message: Message):
|
async def ch_heroku_bot(self, message: Message):
|
||||||
args = utils.get_args_raw(message).strip("@")
|
args = utils.get_args_raw(message).strip("@")
|
||||||
if (
|
if (
|
||||||
not args
|
not args
|
||||||
|
|
Loading…
Reference in New Issue