bro i used 2 spaces

This commit is contained in:
ChomeNS 2022-11-07 18:49:38 +07:00
parent 224d54cff3
commit 1dfaff8cb2

View file

@ -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)}`);
};
};