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 e93036f commit c23dfaaCopy full SHA for c23dfaa
src/contracts/minecraftCommand.js
@@ -31,6 +31,8 @@ class minecraftCommand {
31
return;
32
}
33
34
+ message = message.replaceAll("ez", "e-z").replaceAll("EZ", "E-Z");
35
+
36
const startTime = Date.now();
37
const maxExecutionTime = 10000;
38
0 commit comments