WIP: Add UpdateChecker cog #14

Draft
cswimr wants to merge 37 commits from updatechecker into main
Showing only changes of commit be687a58fa - Show all commits

View file

@ -44,7 +44,7 @@ import feedparser
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):
self.bot = bot