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.')