misc(moderation): bolded some formatting in a response message

This commit is contained in:
Seaswimmer 2023-12-15 17:54:53 -05:00
parent 8b8f05ce50
commit 623d44b98b
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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):