From 2d2833dc754413a73821f94bfafd5182e6a4a907 Mon Sep 17 00:00:00 2001 From: Yuuki Chan Date: Mon, 26 Feb 2024 17:36:03 +0900 Subject: [PATCH] Fixed missing space in pantsu.py --- pantsu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pantsu.py b/pantsu.py index 5a45eaa..f8494b5 100644 --- a/pantsu.py +++ b/pantsu.py @@ -99,6 +99,6 @@ class Plugin(PluginBase): if pantsu == -1: await self.bot.privmsg(channel, f'I\'ve looked everywhere for {parts[1]}\'s pantsu, but I couldn\'t' - f'find them anywhere.') + f' find them anywhere.') else: await self.bot.privmsg(channel, f'{parts[1]} currently has {pantsu} pantsu.')