Fixed missing space in pantsu.py
This commit is contained in:
parent
2ee43bab89
commit
2d2833dc75
1 changed files with 1 additions and 1 deletions
|
@ -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.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue