@@ -0,0 +1,10 @@
const Discord = require('discord.js');
const client = new Discord.Client();
require('dotenv').config();
client.once('ready', () => {
console.log('ready');
});
client.login(process.env.BOT_TOKEN);
The note is not visible to the blocked user.