From 192e14553d2b0d66ed900368baad12026995f58e Mon Sep 17 00:00:00 2001 From: XyrenTheCoder <95626487+XyrenTheCoder@users.noreply.github.com> Date: Tue, 28 May 2024 21:50:23 +0800 Subject: [PATCH] Add files via upload --- main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 8b24fa5..d504c6e 100644 --- a/main.py +++ b/main.py @@ -2544,7 +2544,7 @@ async def wusermoves(): file = discord.File(f"db/cache/game{log}.png", filename=f"game{log}.png") localembed.set_image(url=f"attachment://game{log}.png") - localembed.set_footer(text=f"Game by {ctx.author.id}") + localembed.set_footer(text=f"Game by {ctx.author.id} | &abort to abort | &resign to resign") await ctx.respond(embed=localembed, file=file) finished = await wenginemoves() @@ -2570,7 +2570,7 @@ async def wusermoves(): file = discord.File(f"db/cache/game{log}.png", filename=f"game{log}.png") localembed.set_image(url=f"attachment://game{log}.png") - localembed.set_footer(text=f"Game by {ctx.author.id}") + localembed.set_footer(text=f"Game by {ctx.author.id} | &abort to abort | &resign to resign") await ctx.respond(embed=localembed, file=file) finished = await wusermoves() @@ -3115,7 +3115,7 @@ async def wusermoves(): file = discord.File(f"db/cache/game{log}.png", filename=f"game{log}.png") localembed.set_image(url=f"attachment://game{log}.png") - localembed.set_footer(text=f"Game by {ctx.author.id}") + localembed.set_footer(text=f"Game by {ctx.author.id} | &abort to abort | &resign to resign") await ctx.respond(embed=localembed, file=file) finished = await wenginemoves() @@ -3141,7 +3141,7 @@ async def wusermoves(): file = discord.File(f"db/cache/game{log}.png", filename=f"game{log}.png") localembed.set_image(url=f"attachment://game{log}.png") - localembed.set_footer(text=f"Game by {ctx.author.id}") + localembed.set_footer(text=f"Game by {ctx.author.id} | &abort to abort | &resign to resign") await ctx.respond(embed=localembed, file=file) finished = await wusermoves()