Removed dependency

This commit is contained in:
2024-09-28 17:04:29 -04:00
committed by pacnpal
parent 61e8caae65
commit d683c94c50
3 changed files with 20 additions and 16 deletions

View File

@@ -1,12 +1,18 @@
{
"author": ["PacNPal"],
"author": [
"Your Name"
],
"install_msg": "Thank you for installing the Birthday cog! Make sure to set up the birthday role and allowed roles using `[p]birthdayset`.",
"name": "Birthday",
"short": "Assign a birthday role until midnight Pacific Time",
"description": "This cog allows you to assign a special birthday role to users that automatically expires at midnight Pacific Time. It includes features to restrict usage to specific roles and ignore role hierarchy.",
"tags": ["birthday", "role", "temporary"],
"requirements": ["pytz"],
"tags": [
"birthday",
"role",
"temporary"
],
"requirements": [],
"min_bot_version": "3.5.0",
"max_bot_version": "3.9.9",
"type": "COG"
}
}