Skip to content

Commit

Permalink
fixed wrong log timing in check member
Browse files Browse the repository at this point in the history
  • Loading branch information
Endyya committed Nov 29, 2024
1 parent 1e10222 commit 7d1e165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SilicaAnimus/discord_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ async def check_member(interaction: discord.Interaction):
'nom' : ''}
modal = CheckModal()
await interaction.response.send_modal(modal)
await modal.wait()


@app_commands.checks.has_any_role('Administrateurs', 'Bureau')
Expand Down

0 comments on commit 7d1e165

Please sign in to comment.