honestly you can just add a simple if statement to check the channel name or id before doing anything. like if msg.channel.name == "your-channel-name": then put all your helper logic inside that block. way simpler than making custom checks imo, just dont forget the process_commands line at the end