Update heroku_info.py

pull/53/head
Who? 2024-12-29 17:06:18 +07:00 committed by GitHub
parent 291d5318c0
commit 28a7959206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class HerokuInfoMod(loader.Module):
)
@loader.command()
async def hikkainfo(self, message: Message):
async def herokuinfo(self, message: Message):
await utils.answer(message, self.strings("desc"))
@loader.command()