diff --git a/cogs/autopublish.py b/cogs/autopublish.py index 87ee5ec..a7d974a 100644 --- a/cogs/autopublish.py +++ b/cogs/autopublish.py @@ -13,4 +13,4 @@ class Autopublish(commands.Cog): @commands.Cog.listener() async def on_message(self, message): if message.author.id == 786897204816117771 and message.author.name == "GitHub" and message.author.bot: - await message.publish() \ No newline at end of file + await message.publish()