diff --git a/EmperorPalpatine/DiscordCommands.cs b/EmperorPalpatine/DiscordCommands.cs index 00370d6..20ae9dc 100644 --- a/EmperorPalpatine/DiscordCommands.cs +++ b/EmperorPalpatine/DiscordCommands.cs @@ -35,6 +35,8 @@ public class DiscordCommands : ApplicationCommandModule b.Append(":green_circle: "); break; } + if (!string.IsNullOrEmpty(user.CountryCode)) + b.Append($":flag_{user.CountryCode.ToLower()}: "); b.Append(user.Username + "\n"); }