changed init message to system

This commit is contained in:
MaxRobinsonTheGreat 2024-06-01 22:47:32 -05:00
parent c8b6504221
commit 83bb3a16fd

View file

@ -62,7 +62,7 @@ export class Agent {
}; };
if (init_message) { if (init_message) {
this.handleMessage('MINECRAFT', init_message); this.handleMessage('system', init_message);
} else { } else {
this.bot.chat('Hello world! I am ' + this.name); this.bot.chat('Hello world! I am ' + this.name);
this.bot.emit('finished_executing'); this.bot.emit('finished_executing');