diff --git a/scripts/commands/channels/editor.js b/scripts/commands/channels/editor.js index 33f46702..a3cda58e 100644 --- a/scripts/commands/channels/editor.js +++ b/scripts/commands/channels/editor.js @@ -118,6 +118,7 @@ async function getSimilar(list, channelId) { function generateCode(name, country) { const id = transliterate(name) .replace(/\+/gi, 'Plus') + .replace(/^\&/gi, 'And') .replace(/[^a-z\d]+/gi, '') return `${id}.${country}`