From 404a98443bff1540aa3d90b509fd9b1413ac4f50 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Wed, 9 Jul 2025 06:05:48 +0000 Subject: [PATCH] =?UTF-8?q?=D1=8F=20=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB...?= 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 b975ba9..6f49679 100644 --- a/heroku/modules/inline_stuff.py +++ b/heroku/modules/inline_stuff.py @@ -136,7 +136,7 @@ class InlineStuff(loader.Module): async def aiogram_watcher(self, message: BotInlineMessage): if message.text != "/profile": return - if message.sender.id != self.client.tg_id + if message.sender.id != self.client.tg_id: await message.answer("You are not allowed to use this") 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())) \ No newline at end of file