Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
df6003b
1
Parent(s):
b793450
Update fun.py
Browse files- Powers/plugins/fun.py +1 -4
Powers/plugins/fun.py
CHANGED
@@ -111,10 +111,7 @@ async def insult(c: Gojo, m: Message):
|
|
111 |
)
|
112 |
else:
|
113 |
Insult_omp = choice(extras.INSULT_STRINGS)
|
114 |
-
|
115 |
-
await m.reply_to_message.reply_text(Insult_omp)
|
116 |
-
else:
|
117 |
-
await m.reply_text(Insult_omp)
|
118 |
LOGGER.info(f"{m.from_user.id} insulted {user_first_name} in {m.chat.id}")
|
119 |
|
120 |
|
|
|
111 |
)
|
112 |
else:
|
113 |
Insult_omp = choice(extras.INSULT_STRINGS)
|
114 |
+
await m.reply_to_message.reply_text(Insult_omp)
|
|
|
|
|
|
|
115 |
LOGGER.info(f"{m.from_user.id} insulted {user_first_name} in {m.chat.id}")
|
116 |
|
117 |
|