fixed PM issues

This commit is contained in:
hydrabolt
2015-08-15 18:59:47 +01:00
parent c4c9df80c6
commit 1b1d027f1e
3 changed files with 40 additions and 29 deletions

View File

@@ -20,7 +20,9 @@ Commands[ "info" ] = {
),
"User ID is *" + user.id + "*",
"Authority/OP Level to me is **" + Authority.getLevel( user ) + "**"
] );
], function(err){
console.log(err);
} );
}
}