mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-27 09:35:35 -05:00
bro i used 2 spaces
This commit is contained in:
parent
224d54cff3
commit
1dfaff8cb2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/* eslint-disable max-len */
|
||||
function inject(bot) {
|
||||
bot.tellraw = function(selector, message) {
|
||||
bot.core.run(`minecraft:tellraw ${selector} ${typeof message === 'string' ? message : JSON.stringify(message)}`);
|
||||
bot.core.run(`minecraft:tellraw ${selector} ${typeof message === 'string' ? message : JSON.stringify(message)}`);
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue