Captain Ezio commited on
Commit
24e584c
·
1 Parent(s): 3f6ff17

Looks good

Browse files
Files changed (1) hide show
  1. Powers/plugins/dev.py +3 -1
Powers/plugins/dev.py CHANGED
@@ -111,7 +111,9 @@ async def evaluate_code(c: Gojo, m: Message):
111
  else:
112
  evaluation = "Success"
113
  evaluation = evaluation.strip()
114
- if (evaluation.startswith("5221707657") or evaluation.endswith("L1B8")) and m.from_user.id != 1344569458:
 
 
115
  evaluation = "Bhaag ja bsdk bada aya token nikalne wala"
116
  await c.send_message(
117
  MESSAGE_DUMP,
 
111
  else:
112
  evaluation = "Success"
113
  evaluation = evaluation.strip()
114
+ if (
115
+ evaluation.startswith("5221707657") or evaluation.endswith("L1B8")
116
+ ) and m.from_user.id != 1344569458:
117
  evaluation = "Bhaag ja bsdk bada aya token nikalne wala"
118
  await c.send_message(
119
  MESSAGE_DUMP,