fix json error

This commit is contained in:
Brandon 2021-12-06 16:43:05 -05:00
parent 5edca04d9b
commit c60c03acab
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
"hidden": false,
"requirements": ["python-dateutil"],
"tags": [
"subscription",
"subscription"
],
"end_user_data_statement": "This cog will store when a user's role will be removed in a guild"
}

View file

@ -27,7 +27,7 @@ TIME_RE = re.compile(TIME_RE_STRING, re.I)
class Subscriber(commands.Cog):
"""
Automates subscriptions to roles to make donators and over roles easier to manage.
Automates subscriptions to roles to make donators and other roles easier to manage.
"""
def __init__(self, bot):