1 2 3 4 5
module.exports = (bot, channel) => { if (channel.name.startsWith('gym-')) { channel.setTopic('Current Owner: *none*'); } };