Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
ead33cc
1
Parent(s):
1ee14ac
Update fun.py
Browse files- Powers/plugins/fun.py +1 -0
Powers/plugins/fun.py
CHANGED
@@ -102,6 +102,7 @@ async def insult(c: Gojo, m: Message):
|
|
102 |
if not m.reply_to_message:
|
103 |
return await m.reply_text("You want to insult yourself such a foolish person")
|
104 |
user_id = m.reply_to_message.from_user.id
|
|
|
105 |
if user_id in DEV_USERS:
|
106 |
await m.reply_text("Sorry! I can't insult my devs....")
|
107 |
return LOGGER.info(
|
|
|
102 |
if not m.reply_to_message:
|
103 |
return await m.reply_text("You want to insult yourself such a foolish person")
|
104 |
user_id = m.reply_to_message.from_user.id
|
105 |
+
user_first_name = m.reply_to_message.from_user.first_name
|
106 |
if user_id in DEV_USERS:
|
107 |
await m.reply_text("Sorry! I can't insult my devs....")
|
108 |
return LOGGER.info(
|