remove a log
This commit is contained in:
parent
44ba5416e2
commit
5adbaf0218
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports = class Lick extends Command {
|
||||||
}
|
}
|
||||||
if (Settings.rp_text) {
|
if (Settings.rp_text) {
|
||||||
const LineFromUtils = ctx.utils.int.lick[parseInt(Math.random() * ctx.utils.int.lick.length)];
|
const LineFromUtils = ctx.utils.int.lick[parseInt(Math.random() * ctx.utils.int.lick.length)];
|
||||||
console.log(LineFromUtils);
|
|
||||||
Line = LineFromUtils.replace(/0/g, ctx.utils.format.bold(ctx.author.username)).replace(
|
Line = LineFromUtils.replace(/0/g, ctx.utils.format.bold(ctx.author.username)).replace(
|
||||||
/1/g,
|
/1/g,
|
||||||
ctx.utils.format.bold(ctx.msg.mentions.members.first().user.username)
|
ctx.utils.format.bold(ctx.msg.mentions.members.first().user.username)
|
||||||
|
|
Loading…
Reference in a new issue