mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
Various bug fixes
This commit is contained in:
parent
3fca071c1d
commit
f4512fc7e9
4 changed files with 26 additions and 25 deletions
|
|
@ -88,4 +88,4 @@ async def export(ctx: CommandContext):
|
|||
}
|
||||
|
||||
f = io.BytesIO(json.dumps(data).encode("utf-8"))
|
||||
await ctx.client.send_file(ctx.message.channel, f, filename="system.json")
|
||||
await ctx.message.channel.send(content="Here you go!", file=discord.File(fp=f, filename="system.json"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue