bugfix
This commit is contained in:
parent
1aeed75ae3
commit
6f8145c5aa
|
@ -80,6 +80,7 @@ module.exports = bot => {
|
||||||
e.replyAction(data.yiff[~~(Math.random() * data.yiff.length)]
|
e.replyAction(data.yiff[~~(Math.random() * data.yiff.length)]
|
||||||
.split("{user}").join(`[b]${args[0]}[/b]`)
|
.split("{user}").join(`[b]${args[0]}[/b]`)
|
||||||
.split("{yiffer}").join(`[b]${e.user.nick}[/b]`)
|
.split("{yiffer}").join(`[b]${e.user.nick}[/b]`)
|
||||||
|
.split("{nick}").join(`[b]${e.self.me.nickname}[/b]`)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user