kaboom + start msg change + chat queue delay

This commit is contained in:
ChomeNS 2022-10-22 15:37:39 +07:00
parent 63d36bda8c
commit 5ccc1d76de
2 changed files with 6 additions and 6 deletions

View file

@ -28,10 +28,10 @@ module.exports = {
'prefix': '!',
},
'servers': [
// {
// 'host': 'kaboom.pw',
// 'port': 25565,
// },
{
'host': 'kaboom.pw',
'port': 25565,
},
{
'host': 'sus.shhnowisnottheti.me',
'port': 25565,

View file

@ -165,7 +165,7 @@ function main() {
} catch (e) {
return;
}
}, /* funny 555 */ 555);
}, 450);
module.exports = function() {
return bot;
@ -305,7 +305,7 @@ function main() {
loginfinish = true;
await sleep(1400);
bot.core.run('minecraft:tellraw @a ' + JSON.stringify([{text: 'ChomeNS Bot', color: 'yellow'}, {text: ' - a bot made by ', color: 'gray'}, {text: 'chayapak', color: 'gold'}]));
bot.core.run('minecraft:tellraw @a ' + JSON.stringify([{text: 'ChomeNS Bot', color: 'yellow'}, {text: ' - ', color: 'dark_gray'}, {text: 'made by ', color: 'gray'}, {text: 'chayapak', color: 'gold'}]));
});
bot.on('parsed_chat', async function(message, data) {