Skip to content

Commit

Permalink
Update Generate an AI image.js
Browse files Browse the repository at this point in the history
  • Loading branch information
earlduque authored Jan 24, 2024
1 parent 3587389 commit 454d481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Parsers/Generate an AI image.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
activation_example:!newdalle minty donut
regex:!newdalle
activation_example:!dalle minty donut
regex:!dalle
flags:gmi
*/
var prompt = current.text.replace(/!dalle/gmi, "").trim().substring(0, 1000);
Expand Down

0 comments on commit 454d481

Please sign in to comment.