Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-arrow committed Nov 22, 2024
1 parent 16bec04 commit 210f145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async def count(self: GameExt, ctx: ComponentContext) -> None:
server: Server = self.manager.get_server(ctx.guild_id)

game_count = await server.get_game_count()

if (game_count == 1):
game_message = "is 1 game"
else:
Expand Down

0 comments on commit 210f145

Please sign in to comment.