From a1ba822ef843f8227532662c5f8523fa168921cf Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 11 Dec 2020 12:20:14 +0100 Subject: [PATCH] add endline --- cogs/autopublish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()