mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-02-24 21:23:54 -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 */
|
/* eslint-disable max-len */
|
||||||
function inject(bot) {
|
function inject(bot) {
|
||||||
bot.tellraw = function(selector, message) {
|
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