small change in text

This commit is contained in:
MrMasrozYTLIVE 2024-06-11 20:53:30 +03:00
parent edf61f0462
commit 4415d196de

View File

@ -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();