IDK
This commit is contained in:
parent
d1924bd0f1
commit
8bcb037f28
@ -50,7 +50,7 @@ module.exports = {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case "odpocitej":
|
case "odpocitej":
|
||||||
case "odpočítej":
|
case "odpočítej": {
|
||||||
const randomshit = (dalsi, argument) => {
|
const randomshit = (dalsi, argument) => {
|
||||||
dalsi.edit(argument[0]);
|
dalsi.edit(argument[0]);
|
||||||
argument.splice(0, 1);
|
argument.splice(0, 1);
|
||||||
@ -58,6 +58,7 @@ module.exports = {
|
|||||||
};
|
};
|
||||||
mes.channel.send(":stop_button:").then(mes => randomshit(mes, [":five:", ":four:", ":three:", ":two:", ":one:", ":ok:"]));
|
mes.channel.send(":stop_button:").then(mes => randomshit(mes, [":five:", ":four:", ":three:", ":two:", ":one:", ":ok:"]));
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user