Bump to BETA, change requirements
This commit is contained in:
parent
8531ff5f91
commit
bdcb74587e
@ -3,14 +3,14 @@
|
|||||||
"Bobloy"
|
"Bobloy"
|
||||||
],
|
],
|
||||||
"min_bot_version": "3.4.0",
|
"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,
|
"hidden": false,
|
||||||
"install_msg": "Thank you for installing FIFO.\nGet started with `[p]load fifo`, then `[p]help FIFO`",
|
"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",
|
"end_user_data_statement": "This cog does not store any End User Data",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"apscheduler",
|
"apscheduler",
|
||||||
"python-dateutil"
|
"pytz"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"bobloy",
|
"bobloy",
|
||||||
@ -24,6 +24,7 @@
|
|||||||
"date",
|
"date",
|
||||||
"datetime",
|
"datetime",
|
||||||
"time",
|
"time",
|
||||||
"calendar"
|
"calendar",
|
||||||
|
"timezone"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user