From 60c827d45760988114bbca24940b540173e56fa1 Mon Sep 17 00:00:00 2001 From: bMorgan01 Date: Mon, 29 Nov 2021 15:08:16 -0700 Subject: [PATCH] reworded cleanup msg --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2984767..b884d20 100644 --- a/main.py +++ b/main.py @@ -371,7 +371,7 @@ async def doBotCleanup(sid: int, ctx: Union[discord.ext.commands.context.Context if mc is None: await safeSend("There is no server query set up. Run the `setup` command to get started.", ctx=ctx) else: - await log(ctx, "Cleaned up! Removed", ip, "querier, deleted data from", ctx.guild.name + ",", ("but failed to remove my status channels. ", "and removed my status channels.")[deleted]) + await log(ctx, "Cleaned up! Removed", ip, "querier, deleted", ctx.guild.name + "'s data from my server,", ("but failed to remove my status channels. ", "and removed my status channels.")[deleted]) async def safeSend(msg: str, ctx: Union[discord.ext.commands.context.Context, None] = None,