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",
|
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(" ");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user