mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
kaboom + start msg change + chat queue delay
This commit is contained in:
parent
63d36bda8c
commit
5ccc1d76de
2 changed files with 6 additions and 6 deletions
|
@ -28,10 +28,10 @@ module.exports = {
|
|||
'prefix': '!',
|
||||
},
|
||||
'servers': [
|
||||
// {
|
||||
// 'host': 'kaboom.pw',
|
||||
// 'port': 25565,
|
||||
// },
|
||||
{
|
||||
'host': 'kaboom.pw',
|
||||
'port': 25565,
|
||||
},
|
||||
{
|
||||
'host': 'sus.shhnowisnottheti.me',
|
||||
'port': 25565,
|
||||
|
|
4
index.js
4
index.js
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue