We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ez
e-z
1 parent 81a4c1e commit 4170e38Copy full SHA for 4170e38
src/minecraft/commands/mayorCommand.js
@@ -33,6 +33,8 @@ class MayorCommand extends minecraftCommand {
33
`[MAYOR] ${data.mayor.name} is the current mayor of Skyblock! Perks: ${data.mayor.perks
34
.map((perk) => perk.name)
35
.join(", ")}, Minister Perk: ${data.mayor.minister?.perk?.name ?? "Unknown"}`
36
+ .replaceAll("ez", "e-z")
37
+ .replaceAll("EZ", "E-Z")
38
);
39
40
await delay(1000);
0 commit comments