From 2b4e163b51e90c3eacf84a67dace493bb3fd237c Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Wed, 9 Jul 2025 07:20:31 +0000 Subject: [PATCH] =?UTF-8?q?=D0=B5=D1=81=D0=BB=D0=B8=20=D1=85=D0=BE=D1=87?= =?UTF-8?q?=D0=B5=D1=88=D1=8C=20=D0=B4=D0=B5=D0=BF=D0=BD=D1=83=D1=82=D1=8C?= =?UTF-8?q?=20=D0=BC=D0=BD=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- heroku/modules/inline_stuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku/modules/inline_stuff.py b/heroku/modules/inline_stuff.py index 56a9466..bdf1e59 100644 --- a/heroku/modules/inline_stuff.py +++ b/heroku/modules/inline_stuff.py @@ -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
prefix: {prefix}\nRAM: {ram_usage} MB\nCPU: {cpu_usage}\nHosting: {host}
\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
prefix: {prefix}\nRAM: {ram_usage} MB\nCPU: {cpu_usage}\nHosting: {host}
\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")