Skip to content

Commit

Permalink
twitter replies will remove intial embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Jan 26, 2024
1 parent 40f70da commit 7e3561f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cogs/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ async def on_message(self, message: Message):
)
# if there is a message to send, send it
if send_message != "":
await message.edit(suppress=True)
await message.reply(send_message)

async def process_thanks(self, message: Message):
Expand Down

0 comments on commit 7e3561f

Please sign in to comment.