: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 => {
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user