Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
timpehoerig committed Jul 9, 2023
1 parent 37d548e commit f5f4e8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,13 +387,14 @@ async def on_decline(
decline_interaction.response, decline_channel_send
)

channel = utils.get(request_interaction.user.guild.channels, name="accept")
await channel.send(content="Until here")

view, embed = create_channel_request_accept_embed(
input, request_interaction, on_accept, on_decline
)

channel = utils.get(request_interaction.user.guild.channels, name="accept")
await channel.send(content="Until here?")

channel = utils.get(request_interaction.user.guild.channels, name="accept")
await channel.send(embed=embed, view=view)

Expand Down

0 comments on commit f5f4e8a

Please sign in to comment.