aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shantanu Singh <[email protected]>2021-06-08 14:55:38 +0530
committerGravatar GitHub <[email protected]>2021-06-08 14:55:38 +0530
commit29cf2b8ff43ddd6a8ba1b28a2b9a3b8d27b097f2 (patch)
tree5306a77fae9aa7e278b20bf3a2da06b236f2e789
parentresolved syntax error (diff)
resolved indentation error
-rw-r--r--bot/exts/evergreen/tic_tac_toe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/tic_tac_toe.py b/bot/exts/evergreen/tic_tac_toe.py
index dccbad4c..8bd1bf53 100644
--- a/bot/exts/evergreen/tic_tac_toe.py
+++ b/bot/exts/evergreen/tic_tac_toe.py
@@ -326,7 +326,7 @@ class TicTacToe(Cog):
embed = discord.Embed(
title=f"Match #{game_id} Game Board",
description=description,
-)
+ )
await ctx.send(embed=embed)