diff --git a/chatBot/includes/Client.js b/chatBot/includes/Client.js index 426b094..78d364f 100644 --- a/chatBot/includes/Client.js +++ b/chatBot/includes/Client.js @@ -5,7 +5,7 @@ import b4a from "b4a"; class Client extends EventEmitter { constructor(botName) { super(); - if(!botName) return console.error("BotName is not defined!"); + if(!botName) return console.error("Bot Name is not defined!"); this.botName = botName; this.swarm = new Hyperswarm(); this.setupSwarm();