Update timer.mjs

This commit is contained in:
Flummi 2018-11-05 09:46:00 +00:00
parent a287e7201c
commit 88dc71ea9b

View File

@ -9,6 +9,7 @@ export default bot => {
text: "(WIP) Sets a timer, delay can be: s, m, h, d, w, mon, y", text: "(WIP) Sets a timer, delay can be: s, m, h, d, w, mon, y",
usage: "[b].timer[/b] [i]<delay>[/i] [i]<message>[/i]..." usage: "[b].timer[/b] [i]<delay>[/i] [i]<message>[/i]..."
}, },
active: false,
f: e => { f: e => {
const t = e.args.shift(); const t = e.args.shift();
const msg = e.args.join(" "); const msg = e.args.join(" ");