it doesn't output any emojis. Right now the command logic is full of eprintln. I think we should replace every eprintln with a custom function for the purpose of the message so it can be formatted correctly.
for example, if it's warning the user about something prefix the message with the ⚠️ emoji would be appropriate. If something worked prefix it with 🎉 and so on.
it doesn't output any emojis. Right now the command logic is full of
eprintln. I think we should replace everyeprintlnwith a custom function for the purpose of the message so it can be formatted correctly.for example, if it's warning the user about something prefix the message with the⚠️ emoji would be appropriate. If something worked prefix it with 🎉 and so on.