Skip to content

Commit bbf2b4b

Browse files
authored
Add GB_ENG to player flag selection (#303)
1 parent bbc9162 commit bbf2b4b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@sapphire/discord.js-utilities": "^7.1.6",
4747
"@sentry/node": "^7.28.0",
4848
"@sentry/tracing": "^7.28.0",
49-
"@wise-old-man/utils": "^4.0.8",
49+
"@wise-old-man/utils": "^4.0.9",
5050
"axios": "^1.9.0",
5151
"canvas": "^2.6.1",
5252
"cors": "^2.8.5",

src/utils/flags.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export function countryCodeEmoji(cc: Country | null): string {
88
if (cc === Country.GB_SCT) return '🏴󠁧󠁢󠁳󠁣󠁴󠁿';
99
if (cc === Country.GB_WLS) return '🏴󠁧󠁢󠁷󠁬󠁳󠁿';
1010
if (cc === Country.GB_NIR) return '🇬🇧';
11+
if (cc === Country.GB_ENG) return '🏴󠁧󠁢󠁥󠁮󠁧󠁿';
1112

1213
if (!/^[a-z]{2}$/i.test(cc)) {
1314
return '';

0 commit comments

Comments
 (0)