diff options
Diffstat (limited to 'bot/exts/fun/snakes/_utils.py')
-rw-r--r-- | bot/exts/fun/snakes/_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/fun/snakes/_utils.py b/bot/exts/fun/snakes/_utils.py index 5332cde2..ffffcd34 100644 --- a/bot/exts/fun/snakes/_utils.py +++ b/bot/exts/fun/snakes/_utils.py @@ -489,7 +489,7 @@ class SnakeAndLaddersGame: await self.channel.send( f"**Snakes and Ladders**: {user.mention} has joined the game.\n" - f"There are now {str(len(self.players))} players in the game.", + f"There are now {len(self.players)!s} players in the game.", delete_after=10 ) |