Milch lul
This commit is contained in:
parent
477aca466f
commit
a287e7201c
|
@ -5,6 +5,7 @@ const data = {
|
|||
abschieben: [],
|
||||
kaffee: [],
|
||||
tee: [],
|
||||
milch: [],
|
||||
quotes_firecooler: [],
|
||||
quotes_kinski: [],
|
||||
quotes_stoll: [],
|
||||
|
@ -60,6 +61,16 @@ export default bot => {
|
|||
);
|
||||
}
|
||||
}));
|
||||
|
||||
bot._trigger.set("milch", new bot.trigger({
|
||||
call: /^(\.|\/)milch/i,
|
||||
set: "uwe",
|
||||
f: e => {
|
||||
e.replyAction(data.milch[~~(Math.random() * data.milch.length)]
|
||||
.replace("{user}", `[b]${e.args[0] || e.user.nick}[/b]`)
|
||||
);
|
||||
}
|
||||
}));
|
||||
|
||||
bot._trigger.set("milchkaffee", new bot.trigger({
|
||||
call: /^(\.|\/)milchkaffee/i,
|
||||
|
@ -430,5 +441,5 @@ export default bot => {
|
|||
e.replyAction(`schiebt [b]${e.args[0] || e.user.nick}[/b] 500g dickflüssigen Quark in den soften Arsch.`);
|
||||
}
|
||||
}));
|
||||
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user