From a70529f84b7d97621e97f36de7d5936a9d7b1a40 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 12 Jan 2025 01:04:48 -0500 Subject: Add flag of Turkey --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++ } -- cgit v1.2.3-70-g09d2