если хочешь депнуть мне

pull/160/head
Who? 2025-07-09 07:20:31 +00:00
parent ab479d4869
commit 2b4e163b51
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class InlineStuff(loader.Module):
if message.from_user.id != self.client.tg_id:
await message.answer("You are not allowed to use this")
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 = inlineUtils.generate_markup(reply_markup=[{"text": "Restart", "callback": self.restart}]))
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 = inlineUtils.generate_markup(markup_obj=[[{"text": "Restart", "callback": self.restart}]]))
async def restart(self, call: InlineCall):
await call.edit("just test restarta")