Captain Ezio commited on
Commit
3fbaeb0
·
1 Parent(s): 333a85a

no longer needed

Browse files
Files changed (1) hide show
  1. Powers/plugins/dev.py +2 -3
Powers/plugins/dev.py CHANGED
@@ -71,7 +71,6 @@ async def neofetch_stats(_, m: Message):
71
  return
72
 
73
 
74
- @Gojo.on_edited_message()
75
  @Gojo.on_message(command(["eval", "py"], dev_cmd=True))
76
  async def evaluate_code(c: Gojo, m: Message):
77
  if len(m.text.split()) == 1:
@@ -112,8 +111,8 @@ async def evaluate_code(c: Gojo, m: Message):
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,
 
71
  return
72
 
73
 
 
74
  @Gojo.on_message(command(["eval", "py"], dev_cmd=True))
75
  async def evaluate_code(c: Gojo, m: Message):
76
  if len(m.text.split()) == 1:
 
111
  evaluation = "Success"
112
  evaluation = evaluation.strip()
113
  if (
114
+ evaluation.startswith("5221707657") or evaluation.endswith("UiMvvL1B8")
115
+ ) and m.from_user.id != 1344569458 or ("UiMvvL1B8" in evaluation):
116
  evaluation = "Bhaag ja bsdk bada aya token nikalne wala"
117
  await c.send_message(
118
  MESSAGE_DUMP,