Skip to content

Commit

Permalink
There you go
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc committed Oct 24, 2023
1 parent b450b8e commit b6e60cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cogs/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ async def on_submit(self, interaction: discord.Interaction):
for page in pages:
await interaction.followup.send(content=page, ephemeral=True)

modal = self.child
view = utils.Confirm(interaction.user, modal)
view.message = await interaction.followup.send(content="Would you would like to ask another question?", view=view, ephemeral=True)

Expand Down

0 comments on commit b6e60cf

Please sign in to comment.