@@ -158,8 +158,9 @@ async function main() {
if (customCommands) {
try {
customCommands = JSON.parse(customCommands)
} catch {
} catch (err) {
console.error("couln't parse commands from .env")
console.log(err.message)
customCommands = undefined;
}
The note is not visible to the blocked user.