mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
remove the :* in vmoptions
This commit is contained in:
parent
32bbbb08d5
commit
eaff0ef132
1 changed files with 12 additions and 12 deletions
24
index.js
24
index.js
|
@ -268,23 +268,23 @@ function main() {
|
|||
run: function(cmd) {
|
||||
bot.core.run(cmd);
|
||||
},
|
||||
mc: mc,
|
||||
mineflayer: mineflayer,
|
||||
mc,
|
||||
mineflayer,
|
||||
chat: bot.chat,
|
||||
moment: moment,
|
||||
randomstring: randomstring,
|
||||
uuid: uuid,
|
||||
chatMessage: chatMessage,
|
||||
crypto: crypto,
|
||||
colorConvert: colorConvert,
|
||||
moment,
|
||||
randomstring,
|
||||
uuid,
|
||||
chatMessage,
|
||||
crypto,
|
||||
colorConvert,
|
||||
bruhifyText: function(message) {
|
||||
if (typeof message!=='string') throw new SyntaxError('message must be a string');
|
||||
bot.bruhifyText = message.substring(0, 1000);
|
||||
},
|
||||
generateEaglerUsername: generateEaglerUsername,
|
||||
cowsay: cowsay,
|
||||
cows: cows,
|
||||
mcData: mcData,
|
||||
generateEaglerUsername,
|
||||
cowsay,
|
||||
cows,
|
||||
mcData,
|
||||
},
|
||||
// require: {
|
||||
// mock: {
|
||||
|
|
Loading…
Reference in a new issue