command logs because fuck monox

This commit is contained in:
ry 2020-01-06 14:55:04 +01:00
parent 4b578c8af9
commit 02c51912b0
3 changed files with 8 additions and 2 deletions

View file

@ -16,7 +16,8 @@ module.exports = class Blacklist extends Command {
console.log(ctx.args)
let ACTION = ctx.args[0]
let ID = ctx.args[1]
let REASON = ctx.args[2]
let REASON = ctx.args.shift().shift().join(' ')
// let REASON = ctx.args[2]
let X = await ctx.utils.db.blacklist(ID, ACTION, REASON)
console.log(X)