From 29cf2b8ff43ddd6a8ba1b28a2b9a3b8d27b097f2 Mon Sep 17 00:00:00 2001 From: Shantanu Singh <39329252+CasualCoder99@users.noreply.github.com> Date: Tue, 8 Jun 2021 14:55:38 +0530 Subject: resolved indentation error --- bot/exts/evergreen/tic_tac_toe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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) -- cgit v1.2.3