From 1c7a0aee3d793db76c3acc10f7ca38947558eea2 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 23 Oct 2020 00:34:25 -0700 Subject: [PATCH] fix syntax err --- supportbot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supportbot/bot.py b/supportbot/bot.py index 0998514..b8ac129 100644 --- a/supportbot/bot.py +++ b/supportbot/bot.py @@ -16,7 +16,7 @@ class IRCBot(pydle.Client): print(f"Target: {target} - Source: {source} - Message: {message}") if self.nickname in message: - await self.message(target, f"Sup. I'm not very helpful yet, but getting there." + await self.message(target, f"Sup. I'm not very helpful yet, but getting there.") async def is_admin(self, nickname): admin = False