Update macros.js

This commit is contained in:
Hydroerotic
2024-05-11 14:13:03 +03:00
committed by GitHub
parent 3e48f4b805
commit 1f81086a21

View File

@ -346,6 +346,7 @@ export function evaluateMacros(content, env) {
const utcTime = moment().utc().utcOffset(utcOffset).format('LT');
return utcTime;
});
content = timeDiffReplace(content);
content = bannedWordsReplace(content);
content = randomReplace(content);
content = pickReplace(content, rawContent);