Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
fix: #104
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseFairy committed Nov 14, 2023
1 parent ef82ef8 commit 3638ac1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ async def send_message(chatbot: Chatbot, interaction: discord.Interaction, user_
text = ''
link_embed = ''
all_url = []

await interaction.response.defer(ephemeral=False, thinking=True)

if not interaction.response.is_done():
await interaction.response.defer(ephemeral=False, thinking=True)

try:
# Change conversation style
Expand Down

0 comments on commit 3638ac1

Please sign in to comment.