false lol
This commit is contained in:
parent
807cdcd6ff
commit
eaea34f929
|
@ -15,6 +15,13 @@ let context = vm.createContext({
|
|||
export default async bot => {
|
||||
|
||||
return [{
|
||||
name: "tmp",
|
||||
call: /^\.penis/i,
|
||||
f: async e => {
|
||||
console.log(e);
|
||||
e.reply("schau in die Konsole lol");
|
||||
}
|
||||
}, {
|
||||
name: "level",
|
||||
call: /^!level (.*)/i,
|
||||
active: true,
|
||||
|
@ -41,6 +48,8 @@ export default async bot => {
|
|||
else
|
||||
e.reply(output);
|
||||
}
|
||||
else
|
||||
e.reply("false lol");
|
||||
}
|
||||
catch (err) {
|
||||
e.reply(err.message);
|
||||
|
|
Loading…
Reference in New Issue
Block a user