Skip to content

Commit dca45df

Browse files
committed
Fix empty exec/eval rule response
1 parent 510dcf5 commit dca45df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bot/exts/smart_eval/_smart_eval_rules.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
" and I don't think I can handle that."
5454
),
5555
"I spy with my little eye... something sketchy like `{}`.",
56-
""
56+
(
57+
":rotating_light: Your code has been flagged for review by the"
58+
" Special Provisional Supreme Grand High Council of Pydis."
59+
),
5760
],
5861
}
5962

@@ -63,7 +66,7 @@
6366
"Hmm, maybe AI isn't ready to take over the world yet after all - I don't understand this.",
6467
"Ah... I see... Very interesting code indeed. I give it 10 quacks out of 10.",
6568
"My sources say \"Help I'm trapped in a code evaluating factory\".",
66-
"Look! A bug!",
69+
"Look! A bug! :scream:",
6770
"An exquisite piece of code, if I do say so myself.",
6871
(
6972
"Let's see... carry the 1, read 512 bytes from 0x000001E5F6D2D15A,"

0 commit comments

Comments
 (0)