v0.1.0-rc.4 #19

Merged
profitroll merged 11 commits from dev into main 2024-12-27 21:31:47 +02:00
Showing only changes of commit 7b64f6938b - Show all commits

View File

@ -92,6 +92,8 @@ class Data(commands.Cog):
}
)
# Temporary file must be written synchronously,
# otherwise it will not be there when ctx.respond() is be called
json_write(users, Path(f"tmp/{uuid}"))
await ctx.respond(file=File(Path(f"tmp/{uuid}"), filename="users.json"))