Remove unnecessary variables

This commit is contained in:
stijndcl 2022-03-11 14:16:02 +01:00
parent c43710a429
commit 982a4bb056
2 changed files with 2 additions and 5 deletions

View file

@ -107,7 +107,6 @@ class SchoolSlash(commands.Cog):
with open("files/compbio_benchmarks_2.json", "w") as fp:
file[submission] = ctx.user.id
json.dump(file, fp)
return await ctx.respond(f"✅ Submission **{submission}** is aan jouw naam gelinkt.", ephemeral=True)