We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0e6af commit 5e8e112Copy full SHA for 5e8e112
takina/cogs/util/embed_builder.py
@@ -12,7 +12,6 @@ def __init__(self, bot):
12
@nextcord.slash_command(name="embed", description="Create an embed.")
13
@application_checks.has_permissions(manage_channels=True)
14
async def embed_command(self, interaction: nextcord.Interaction):
15
- await interaction.response.defer()
16
modal = EmbedModal()
17
await interaction.response.send_modal(modal)
18
0 commit comments