Oopsie woopsie
This commit is contained in:
parent
6030f51616
commit
8a1fa9dddf
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user