mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-03 23:36:35 +02:00
supi un console.log
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user