From 20683f67f336579fec9be8050ee2c8e3a40ae537 Mon Sep 17 00:00:00 2001 From: SebastiaanZ <33516116+SebastiaanZ@users.noreply.github.com> Date: Thu, 4 Jul 2019 22:19:33 +0200 Subject: Changing class-level docstring of TalentPool class to be consistent with the BigBrother class --- bot/cogs/watchchannels/talentpool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/watchchannels/talentpool.py b/bot/cogs/watchchannels/talentpool.py index d90bd2cbd..75954dd4a 100644 --- a/bot/cogs/watchchannels/talentpool.py +++ b/bot/cogs/watchchannels/talentpool.py @@ -17,7 +17,7 @@ STAFF_ROLES = Roles.owner, Roles.admin, Roles.moderator, Roles.helpers # <- I class TalentPool(WatchChannel): - """Relays messages of helper candidates to the talent-pool channel to observe them.""" + """Relays messages of helper candidates to a watch channel to observe them.""" def __init__(self, bot) -> None: super().__init__( -- cgit v1.2.3