Skip to content

Commit 4170e38

Browse files
authored
ez -> e-z (#339)
* `ez` -> `e-z` * Move `ez` -> `e-z` to mayor command
1 parent 81a4c1e commit 4170e38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/minecraft/commands/mayorCommand.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ class MayorCommand extends minecraftCommand {
3333
`[MAYOR] ${data.mayor.name} is the current mayor of Skyblock! Perks: ${data.mayor.perks
3434
.map((perk) => perk.name)
3535
.join(", ")}, Minister Perk: ${data.mayor.minister?.perk?.name ?? "Unknown"}`
36+
.replaceAll("ez", "e-z")
37+
.replaceAll("EZ", "E-Z")
3638
);
3739

3840
await delay(1000);

0 commit comments

Comments
 (0)