Added response to !setlogchannel

This commit is contained in:
Entarno54 2025-05-11 17:39:29 +07:00
parent 89a1216326
commit e6de109214

View File

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