diff --git a/src/run.py b/src/run.py index eebc09d..c6046e7 100644 --- a/src/run.py +++ b/src/run.py @@ -94,12 +94,6 @@ async def on_ready(): async def on_message(message): if not u.config['selfbot']: if message.author is not bot.user and not message.author.bot and message.author.id not in u.block['user_ids']: - if (message.guild is None - and message.author.id != u.config['owner_id'] - and not any(s in u.config['prefix'] for s in (message.content[:1], message.content[:2]))): - await bot.get_user(u.config['owner_id']).send( - f'**{message.author.id}:**\n{message.content}') - await bot.process_commands(message) else: if not message.author.bot: