diff options
Diffstat (limited to 'BOT TIMER.txt')
| -rw-r--r-- | BOT TIMER.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/BOT TIMER.txt b/BOT TIMER.txt deleted file mode 100644 index 4369b80..0000000 --- a/BOT TIMER.txt +++ /dev/null @@ -1,10 +0,0 @@ -Here is a timer you could add to aleebot
-
-newCommand("Timer", 0, "timer", "Times a thing", function(args, msgo) {
-var interval;
-function toRun() {
-msgo.reply("You wanted me to remind you to do: " + args[2]);
-clearInterval(interval)
-}
-setInterval(toRun, args[1]*60*1000);
-});
\ No newline at end of file |
