Compare commits

...

2 Commits

Author SHA1 Message Date
afbb36e182
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	cogs/data.py
2025-02-16 12:51:16 +01:00
226721bb62
Updated username to replace discriminator with a username for data export 2025-02-09 20:57:22 +01:00

@ -96,6 +96,7 @@ class Data(commands.Cog):
# Temporary file must be written synchronously,
# otherwise it will not be there when ctx.respond() is be called
# TODO Find a way to give this file to Pycord without FS operations
json_write(users, Path(f"tmp/{uuid}"))
await ctx.respond(file=File(Path(f"tmp/{uuid}"), filename="users.json"))