From dbff1e514892e3d4c4aa4f530a8576b8914676fd Mon Sep 17 00:00:00 2001 From: brandons209 Date: Fri, 21 Aug 2020 20:33:40 -0400 Subject: [PATCH] change min bot version --- scheduler/info.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scheduler/info.json b/scheduler/info.json index 6cfb34e..801c6cd 100644 --- a/scheduler/info.json +++ b/scheduler/info.json @@ -1,7 +1,8 @@ { "author": [ "mikeshardmind(Sinbad)", - "DiscordLiz" + "DiscordLiz", + "Brandons209" ], "name": "Scheduler", "disabled": false, @@ -15,6 +16,6 @@ "python-dateutil", "pytz" ], - "min_bot_version": "3.4.0", + "min_bot_version": "3.3.0", "end_user_data_statement": "This cog does not persistently store data or metadata about users. It does store commands provided for intended later use along with the user ID of the person who scheduled it.\nUsers may delete their own data with or without making a data request." }