From 9d9245aef649b1373bfa9437bf7c489cac11c516 Mon Sep 17 00:00:00 2001 From: freearhey Date: Wed, 23 Oct 2019 13:32:36 +0300 Subject: [PATCH] wip --- helpers/format.js | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/format.js b/helpers/format.js index dab954e39..4e004309d 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 } } }