WIP: Add UpdateChecker cog #14

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

View file

@ -125,7 +125,7 @@ class UpdateChecker(commands.Cog):
except AttributeError:
continue
else:
url = repo.url + "rss/branch/" + repo.branch
url = repo.url + r"/rss/branch/" + repo.branch
response = await self.fetch_feed(url)
parsed_url = urlparse(repo.url)
try: