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 6b2520e commit df34448Copy full SHA for df34448
src/cogs/forum/forum_showcase.py
@@ -374,7 +374,7 @@ async def delete_forum_autocomplete(
374
@is_staff()
375
@command(name="config", description="Configure the schedule of a forum.")
376
async def config(self, interaction: Interaction):
377
- await interaction.response.defer()
+ await interaction.response.defer(ephemeral=True)
378
379
target_channel_select = ConfigureChannel(
380
self.forum_showcase,
0 commit comments