I was wondering if I can just run multiple instances of the same bot and have them handle commands on a per channel basis. Each instance of the bot would have it's own config that tells it what channel it can respond to commands in.
I was able to achieve this in discord-akairo (old discord framework) with message commands, but I don't know if this would work with interaction commands.