Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
XyrenTheCoder authored May 28, 2024
1 parent 83cdecd commit 192e145
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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()
Expand Down Expand Up @@ -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()
Expand All @@ -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()
Expand Down

0 comments on commit 192e145

Please sign in to comment.