forked from blizzthewolf/SeaCogs
misc(moderation): bolded some formatting in a response message
This commit is contained in:
parent
8b8f05ce50
commit
623d44b98b
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue