chore: update buildNumber

This commit is contained in:
March 7th
2022-12-25 18:37:56 +07:00
parent 609c9acc78
commit 8898a91ed0
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -69,4 +69,6 @@ Intents.FLAGS = {
AUTO_MODERATION_EXECUTION: 1 << 21,
};
Intents.ALL = Object.values(Intents.FLAGS).reduce((all, p) => all | p, 0);
module.exports = Intents;