From c60c03acab4902913cbe6ba7f31a0be726db484a Mon Sep 17 00:00:00 2001 From: Brandon Date: Mon, 6 Dec 2021 16:43:05 -0500 Subject: [PATCH] fix json error --- subscriber/info.json | 2 +- subscriber/subscriber.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):