add country flag to /VM
This commit is contained in:
parent
4027472d9e
commit
11a491bd24
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue