diff --git a/subscriber/info.json b/subscriber/info.json index d325308..d8a32e5 100644 --- a/subscriber/info.json +++ b/subscriber/info.json @@ -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" } diff --git a/subscriber/subscriber.py b/subscriber/subscriber.py index 84c664b..187662d 100644 --- a/subscriber/subscriber.py +++ b/subscriber/subscriber.py @@ -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):