Update timer.mjs
This commit is contained in:
parent
a287e7201c
commit
88dc71ea9b
|
@ -9,6 +9,7 @@ export default bot => {
|
|||
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]..."
|
||||
},
|
||||
active: false,
|
||||
f: e => {
|
||||
const t = e.args.shift();
|
||||
const msg = e.args.join(" ");
|
||||
|
|
Loading…
Reference in New Issue
Block a user