this sucks i hate the british
This commit is contained in:
parent
6689e7d709
commit
a98601e2e8
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ class FlagCommand extends ImageCommand {
|
|||
if (flag === "rainbow-flag") path = "./assets/images/rainbowflag.png";
|
||||
if (flag === "checkered_flag") path = "./assets/images/checkeredflag.png";
|
||||
if (flag === "transgender_flag") path = "./assets/images/transflag.png";
|
||||
if (flag === "🏴") path = "./assets/images/region-flags/png/GB-SCT.png";
|
||||
if (flag === "🏴") path = "./assets/images/region-flags/png/GB-WLS.png";
|
||||
if (flag === "🏴") path = "./assets/images/region-flags/png/GB-ENG.png";
|
||||
if (this.args[0] === "🏴") path = "./assets/images/region-flags/png/GB-SCT.png";
|
||||
if (this.args[0] === "🏴") path = "./assets/images/region-flags/png/GB-WLS.png";
|
||||
if (this.args[0] === "🏴") path = "./assets/images/region-flags/png/GB-ENG.png";
|
||||
try {
|
||||
await fs.promises.access(path);
|
||||
this.flagPath = path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue