diff --git a/helpers/format.js b/helpers/format.js index dab954e39a..4e004309d2 100644 --- a/helpers/format.js +++ b/helpers/format.js @@ -87,6 +87,7 @@ async function main() { if(regexp.test(channel.title)) { if(!channel.id) { channel.id = c.id + continue } } }