This commit is contained in:
Flummi 2018-03-08 08:10:03 +01:00
parent 07b98ff38d
commit 963b7dfcd7

View File

@ -16,7 +16,7 @@ sql.any("select data from useless where trigger = 'sandbox_js'")
export default bot => { export default bot => {
bot._trigger.set("sandbox_js", new bot.trigger({ bot._trigger.set("sandbox_js", new bot.trigger({
call: /^\!js (.*)/i, call: /^\.js (.*)/i,
set: "uwe", set: "uwe",
f: e => { f: e => {
const args = e.message.trim().substring(4); const args = e.message.trim().substring(4);