summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.js b/script.js
index 75bf794..735f870 100644
--- a/script.js
+++ b/script.js
@@ -45,7 +45,7 @@ function validate(username) {
if (count < 16)
return "If you're not spamming, you're not a Mongol."
let flagcount = 0
- const conquests = ["🇲🇳", "🇨🇳", "🇰🇵", "🇰🇷", "🇷🇺", "🇮🇷", "🇰🇿", "🇺🇿", "🇹🇲", "🇦🇫", "🇰🇬", "🇹🇯", "🇺🇦", "🇮🇶", "🇵🇱", "🇸🇾", "🇬🇪", "🇧🇾", "🇦🇲", "🇦🇿", "🇲🇩", "🇷🇴", "🇵🇰"]
+ const conquests = ["🇲🇳", "🇨🇳", "🇰🇵", "🇰🇷", "🇷🇺", "🇮🇷", "🇰🇿", "🇺🇿", "🇹🇲", "🇦🇫", "🇰🇬", "🇹🇯", "🇺🇦", "🇮🇶", "🇵🇱", "🇸🇾", "🇬🇪", "🇧🇾", "🇦🇲", "🇦🇿", "🇲🇩", "🇷🇴", "🇵🇰", "🇹🇷"]
for (const flag of conquests) {
if (username.includes(flag)) flagcount++
}