From 1f245ddb081b15fbd3287aedc4f8965782e1fcc0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 21 Oct 2017 15:43:18 -0400 Subject: Starting to work on AleeBot 2.0.0 --- BOT TIMER.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 BOT TIMER.txt (limited to 'BOT TIMER.txt') 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 -- cgit v1.2.3