diff --git a/moderation/moderation.py b/moderation/moderation.py index 8b0a0c5..fb30ab0 100644 --- a/moderation/moderation.py +++ b/moderation/moderation.py @@ -35,7 +35,8 @@ class Moderation(commands.Cog): @checks.is_owner() async def moderationset_mysql(self, ctx: commands.Context): """Configure MySQL connection details.""" - await ctx.send(content="Click the button below to configure your MySQL connection details.", view=self.ConfigButtons(60)) + await ctx.message.add_reaction("✅") + await ctx.author.send(content="Click the button below to configure your MySQL connection details.", view=self.ConfigButtons(60)) class ConfigButtons(discord.ui.View): def __init__(self, timeout):