Change air to a white square

This commit is contained in:
barelyprofessional
2025-10-08 23:19:29 -05:00
parent 45e297f8bb
commit c2a7312f12

View File

@@ -272,7 +272,7 @@ public class Planes : ICommand
private const string Multi = "💎";
private const string Carrier = "⛴";
private const string Water = "🌊";
private const string Air = "🌫";
private const string Air = "\u25A1"; // White square
private const string BlankSpace = ""; //need 35?
public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,