From 0f85aa1706bc75cebd8321055984d8c92072313c Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Wed, 9 Jul 2025 06:54:39 +0000 Subject: [PATCH] test --- 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 1cf7615..1312f6f 100644 --- a/heroku/modules/inline_stuff.py +++ b/heroku/modules/inline_stuff.py @@ -141,6 +141,6 @@ class InlineStuff(loader.Module): 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[{"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) \ No newline at end of file