command logs because fuck monox
This commit is contained in:
parent
4b578c8af9
commit
02c51912b0
3 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue