summaryrefslogtreecommitdiff
path: root/BOT TIMER.txt
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-21 15:43:18 -0400
committerUnknown <Alee14498@gmail.com>2017-10-21 15:43:18 -0400
commit1f245ddb081b15fbd3287aedc4f8965782e1fcc0 (patch)
tree24de6b7d52196c32c7b0d77c3aaefed6b701f191 /BOT TIMER.txt
parent1933ad0e02c3aefb677b7da0bf028e007ee286ba (diff)
downloadAleeBot-1f245ddb081b15fbd3287aedc4f8965782e1fcc0.tar.gz
AleeBot-1f245ddb081b15fbd3287aedc4f8965782e1fcc0.tar.bz2
AleeBot-1f245ddb081b15fbd3287aedc4f8965782e1fcc0.zip
Starting to work on AleeBot 2.0.0
Diffstat (limited to 'BOT TIMER.txt')
-rw-r--r--BOT TIMER.txt10
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