mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
using 8 seems to fix the kittycorp regex
This commit is contained in:
parent
d43ad9e466
commit
3e19df5bc7
1 changed files with 1 additions and 1 deletions
2
bot.js
2
bot.js
|
@ -30,7 +30,7 @@ async function createBot(server, config, getBots, dcclient, rl) {
|
|||
bot.options = {
|
||||
username: /* process.argv[2] */ !server.kaboom ?
|
||||
'ChomeNS_Bot' :
|
||||
randomstring.generate(14),
|
||||
randomstring.generate(8),
|
||||
host: /* process.argv[2] */ server.host,
|
||||
port: /* process.argv[3] ? Number(process.argv[3]) : 25565*/ server.port,
|
||||
version: config.version,
|
||||
|
|
Loading…
Reference in a new issue