diff --git a/moderation/moderation.py b/moderation/moderation.py index b049e32..bb87145 100644 --- a/moderation/moderation.py +++ b/moderation/moderation.py @@ -1641,7 +1641,7 @@ class Moderation(commands.Cog): @checks.admin() async def moderationset_import_galacticbot(self, ctx: commands.Context): """Import moderations from GalacticBot. **UNFINISHED!**""" - message = await ctx.send("Are you sure you want to import GalacticBot moderations? This will overwrite any moderations that already exist in the database.") + message = await ctx.send("Are you sure you want to import GalacticBot moderations? **This will overwrite any moderations that already exist in this guild's moderation table.**") await message.edit(view=self.GalacticBotImportButtons(60, message)) class GalacticBotImportButtons(discord.ui.View):