supi un console.log

This commit is contained in:
VALOU3336
2024-03-01 22:35:36 +01:00
parent 2d29003685
commit 7a6eae8682
-1
View File
@@ -118,7 +118,6 @@ module.exports = (client) => {
}
if (command) {
const permissionLevel = await getPermissionLevel(message.member, client);
console.log(permissionLevel + " : " +permissions[command.name] + " : " + command.name)
try {
if (permissionLevel === 11) {
command.execute(message, args, client);