Skip to content

Commit

Permalink
πŸ‘ Formatter attachment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bth123 committed Nov 7, 2024
1 parent 5ed7e42 commit a878e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/minecraft/message_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ async def formatter(self, msg):
if msg.guild is None:
await msg.reply(formatted, allowed_mentions=no_ping)
return
await msg.delete()
await fake_send(msg.author, msg.channel, split_msg(formatted), msg.attachments)
await msg.delete()

0 comments on commit a878e24

Please sign in to comment.