This commit is contained in:
Flummi 2017-11-26 11:58:43 +01:00
parent 1aeed75ae3
commit 6f8145c5aa

View File

@ -80,6 +80,7 @@ module.exports = bot => {
e.replyAction(data.yiff[~~(Math.random() * data.yiff.length)]
.split("{user}").join(`[b]${args[0]}[/b]`)
.split("{yiffer}").join(`[b]${e.user.nick}[/b]`)
.split("{nick}").join(`[b]${e.self.me.nickname}[/b]`)
);
}
});