@@ -462,7 +462,7 @@ client.on('message', message => {
let cmd = args[0];
// todo make case insensitive
switch (cmd) {
switch (cmd.toLowerCase()) {
// Reply commands
case 'command':
case 'commands':
The note is not visible to the blocked user.