bot.core.run(`minecraft:tellraw ${args[1]}`+JSON.stringify([{text:`${'\n'.repeat(100)}`,color:'white'},{text:`Your chat has been cleared by ${username}.`,color:'dark_green'}]));
return;
}else{
bot.core.run(`minecraft:tellraw @a `+JSON.stringify([{text:`${'\n'.repeat(100)}`,color:'white'},{text:'The chat has been cleared.',color:'dark_green'}]));
bot.core.run(`minecraft:tellraw ${args[1]}`+JSON.stringify([{text:`${'\n'.repeat(100)}`,color:'white'},{text:`Your chat has been cleared by ${username} (on Discord).`,color:'dark_green'}]));
return;
}else{
bot.core.run('minecraft:tellraw @a '+JSON.stringify([{text:`${'\n'.repeat(100)}`,color:'white'},{text:'The chat has been cleared.',color:'dark_green'}]));