muh
This commit is contained in:
parent
b6e9b9c40d
commit
a22b82ccbd
|
@ -11,6 +11,10 @@ module.exports = (lib) => {
|
|||
exc: []
|
||||
};
|
||||
|
||||
e.reply( JSON.stringify( args ) );
|
||||
e.reply( JSON.stringify( params ) );
|
||||
|
||||
|
||||
for(let i = 0; i < args.length; i++) {
|
||||
let name = args[0];
|
||||
if(name.charAt(0) === "!")
|
||||
|
|
Loading…
Reference in New Issue
Block a user