From e6de109214d0ddaf0be82aacc7d727aaa9806e38 Mon Sep 17 00:00:00 2001 From: Entarno54 Date: Sun, 11 May 2025 17:39:29 +0700 Subject: [PATCH] Added response to !setlogchannel --- commands/log.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/log.py b/commands/log.py index 0e6333f..7ea7926 100644 --- a/commands/log.py +++ b/commands/log.py @@ -23,5 +23,7 @@ class LogCommands(commands.Cog): await parsedinfo.flush() # Yes + await ctx.reply(f"Changed log channel to {channel.mention}") + def setup(bot): bot.add_cog(LogCommands(bot)) \ No newline at end of file