export const formatChannelName = (channel: string) => channel.replace(/:+/g, '-')
