This commit is contained in:
Nikola Petrov 2025-01-12 00:29:49 +01:00
parent a4a5749789
commit 8d7bc7e096

View File

@ -101,6 +101,11 @@ async def edit(ctx, arg):
user = ctx.author
guild= ctx.guild
global player_id
if (player_id == user.id):
await ctx.send("Not the player that made the mistake!")
return
if not os.path.exists(str(channel_id)+".sgf"):
await ctx.send("No active game in this channel!")
return