misc(updatechecker): docstring change
This commit is contained in:
parent
3bf508859b
commit
be687a58fa
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ import feedparser
|
||||||
|
|
||||||
|
|
||||||
class UpdateChecker(commands.Cog):
|
class UpdateChecker(commands.Cog):
|
||||||
"""Get notices or auto-update cogs when an update is available for it's repo"""
|
"""Get notices or auto-update cogs when an update is available for its repo"""
|
||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
Loading…
Reference in a new issue