:D
This commit is contained in:
parent
07b98ff38d
commit
963b7dfcd7
@ -16,7 +16,7 @@ sql.any("select data from useless where trigger = 'sandbox_js'")
|
||||
|
||||
export default bot => {
|
||||
bot._trigger.set("sandbox_js", new bot.trigger({
|
||||
call: /^\!js (.*)/i,
|
||||
call: /^\.js (.*)/i,
|
||||
set: "uwe",
|
||||
f: e => {
|
||||
const args = e.message.trim().substring(4);
|
||||
|
Loading…
Reference in New Issue
Block a user