From bdcb74587ee64c219acc622adf3fe143074fe522 Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 24 Sep 2020 11:00:08 -0400 Subject: [PATCH] Bump to BETA, change requirements --- fifo/info.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fifo/info.json b/fifo/info.json index dda63ce..eb2a576 100644 --- a/fifo/info.json +++ b/fifo/info.json @@ -3,14 +3,14 @@ "Bobloy" ], "min_bot_version": "3.4.0", - "description": "[ALPHA] Schedule commands to be run at certain times or intervals", + "description": "[BETA] Schedule commands to be run at certain times or intervals", "hidden": false, "install_msg": "Thank you for installing FIFO.\nGet started with `[p]load fifo`, then `[p]help FIFO`", - "short": "[ALPHA] Schedule commands to be run at certain times or intervals", + "short": "[BETA] Schedule commands to be run at certain times or intervals", "end_user_data_statement": "This cog does not store any End User Data", "requirements": [ "apscheduler", - "python-dateutil" + "pytz" ], "tags": [ "bobloy", @@ -24,6 +24,7 @@ "date", "datetime", "time", - "calendar" + "calendar", + "timezone" ] } \ No newline at end of file