pull/160/head
Who? 2025-07-09 06:54:39 +00:00
parent 4b07f1179a
commit 0f85aa1706
1 changed files with 1 additions and 1 deletions

View File

@ -141,6 +141,6 @@ class InlineStuff(loader.Module):
else:
await message.answer("Your information about userbot:\n<blockquote>prefix: {prefix}\nRAM: {ram_usage} MB\nCPU: {cpu_usage}\nHosting: {host}</blockquote>\n\nThis Beta!".format(prefix=self.get_prefix(),ram_usage=utils.get_ram_usage(),cpu_usage=utils.get_cpu_usage(),host=utils.get_named_platform()), reply_markup[{"text": "Restart", "callback": self.restart}])
async def restart(self, call: InlineCall)
async def restart(self, call: InlineCall):
await call.edit("just test restarta")
self.invoke("restart", "-f", message=message)