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 9cc5080 commit 69a2d8eCopy full SHA for 69a2d8e
src/contracts/helperFunctions.js
@@ -6,11 +6,13 @@ const moment = require("moment");
6
* @returns {string}
7
*/
8
function replaceAllRanks(input) {
9
- input = input.replaceAll("[OWNER] ", "");
10
- input = input.replaceAll("[ADMIN] ", "");
+ input = input.replaceAll("[ዞ] ", "");
+ input = input.replaceAll("[MINISTER], "");
11
input = input.replaceAll("[MCP] ", "");
12
- input = input.replaceAll("[GM] ", "");
+ input = input.replaceAll("[MOJANG] ", "");
13
+ input = input.replaceAll("[EVENTS] ", "");
14
input = input.replaceAll("[PIG+++] ", "");
15
+ input = input.replaceAll("[INNIT] ", "");
16
input = input.replaceAll("[YOUTUBE] ", "");
17
input = input.replaceAll("[MVP++] ", "");
18
input = input.replaceAll("[MVP+] ", "");
0 commit comments