Fixed missing space in pantsu.py

This commit is contained in:
Yuuki Chan 2024-02-26 17:36:03 +09:00
parent 2ee43bab89
commit 2d2833dc75

View file

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