mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-03-24 02:49:44 -04:00
.
This commit is contained in:
parent
88dd01bb7c
commit
87fbc85491
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ module.exports = {
|
|||
'129.159.58.114:25565': '998945155316973650',
|
||||
'192.168.1.103:25565': '1002806756885413978',
|
||||
'kitsune.icu:25565': '1004006678460637315',
|
||||
'mc.chomens41793.ga': '1010461850787389451',
|
||||
'mc.chomens41793.ga:25565': '1010461850787389451',
|
||||
},
|
||||
'prefix': '!',
|
||||
'trustedRoleID': '981159334299983953',
|
||||
|
|
2
index.js
2
index.js
|
@ -101,7 +101,7 @@ function dcmsg() {
|
|||
function botThings() {
|
||||
bot = new EventEmitter();
|
||||
bot.options = {
|
||||
username: `${randomstring.generate(16)}`,
|
||||
username: process.argv[2] === 'mc.chomens41793.ga' ? 'ChomeNS_Bot' : randomstring.generate(16),
|
||||
host: process.argv[2],
|
||||
port: process.argv[3] ? Number(process.argv[3]) : 25565,
|
||||
version: '1.18.2',
|
||||
|
|
Loading…
Add table
Reference in a new issue