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.
1 parent 69a2d8e commit d3ea84aCopy full SHA for d3ea84a
src/contracts/helperFunctions.js
@@ -7,7 +7,7 @@ const moment = require("moment");
7
*/
8
function replaceAllRanks(input) {
9
input = input.replaceAll("[ዞ] ", "");
10
- input = input.replaceAll("[MINISTER], "");
+ input = input.replaceAll("[MINISTER] ", "");
11
input = input.replaceAll("[MCP] ", "");
12
input = input.replaceAll("[MOJANG] ", "");
13
input = input.replaceAll("[EVENTS] ", "");
0 commit comments