change min bot version

This commit is contained in:
brandons209 2020-08-21 20:33:40 -04:00
parent 51e487fd48
commit dbff1e5148

View file

@ -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."
}