From 87a0111e747802372ec948d8f3efff620529ccfd Mon Sep 17 00:00:00 2001 From: mrhanky Date: Tue, 22 Aug 2017 13:33:50 +0200 Subject: [PATCH] Added TODO for .timer --- bot/plugins/timer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/plugins/timer.py b/bot/plugins/timer.py index 769ec3c..d79cce8 100644 --- a/bot/plugins/timer.py +++ b/bot/plugins/timer.py @@ -34,6 +34,7 @@ class Timer(DatabasePlugin): delay = args[''] message = ' '.join(args['']) + # TODO: allow precise delays if not re.match(r'\d+[smhdwy]|mon', delay): return 'Invalid timer delay: {}'.format(delay)