1
0
mirror of synced 2025-10-29 10:29:18 +00:00

member count & bugfix

This commit is contained in:
Valentin PUCCETTI
2023-09-11 10:43:00 +02:00
parent c8efefdc4e
commit 06f92073c9
6 changed files with 17 additions and 22 deletions

View File

@@ -15,7 +15,6 @@ function makeAdmin(userId) {
});
}
module.exports = {
makeAdmin
};