pull/160/head
Who? 2025-07-09 06:10:19 +00:00
parent 404a98443b
commit aedf88f24a
1 changed files with 3 additions and 2 deletions

View File

@ -136,6 +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:
await message.answer("You are not allowed to use this")