debut command kick

This commit is contained in:
Tutur33
2024-02-16 22:04:20 +01:00
parent e059b4d67c
commit b55179eed1
3 changed files with 38 additions and 2 deletions
+4 -1
View File
@@ -2,6 +2,7 @@ const fs = require('fs');
const path = require('path');
const db = require('quick.db');
const GestionDb = new db.table('gestion')
module.exports = (client) => {
const loadCommands = (dir) => {
let count = 0;
@@ -81,4 +82,6 @@ module.exports = (client) => {
}
}
});
}
}
module.exports = { getPermissionLevel };