Fix double interaction when not posting
This commit is contained in:
parent
cd18e44032
commit
f082b9df42
1 changed files with 2 additions and 1 deletions
|
@ -98,6 +98,7 @@ async def match(interaction: discord.Interaction, per_group: int = None, post: b
|
|||
await interaction.response.send_message("\n".join(group_msgs), ephemeral=True, silent=True)
|
||||
|
||||
logger.info(f"Done")
|
||||
if post:
|
||||
await interaction.response.send_message("Done :)", ephemeral=True, silent=True)
|
||||
|
||||
# Kick off the bot run cycle
|
||||
|
|
Loading…
Add table
Reference in a new issue