Oopsie woopsie

This commit is contained in:
Flummi 2019-08-17 23:25:39 +00:00
parent 6030f51616
commit 8a1fa9dddf

View File

@ -14,7 +14,7 @@ let context = vm.createContext({
export default bot => { export default bot => {
bot._trigger.set("sandbox_debug", new bot.trigger({ bot._trigger.set("sandbox_debug", new bot.trigger({
call: /^\!debug (.*)/i, call: /^\!debug (.*)/i,
active: true, active: false,
level: 100, level: 100,
f: e => { f: e => {
const args = e.message.trim().substring(7); const args = e.message.trim().substring(7);