I have fixed the issue using the suggested edits in another issue:
"discord": {
"groupPolicy": "allowlist",
"guilds": {
"YOUR_GUILD_ID": {
"users": ["AUTHORIZED_USER_ID"],
"channels": {
"CHANNEL_ID_1": {
"allow": true,
"requireMention": false
},
"CHANNEL_ID_2": {
"allow": true,
"requireMention": true
}
}
}
}
}