mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-15 15:56:27 +02:00
supi un console.log
This commit is contained in:
@@ -118,7 +118,6 @@ module.exports = (client) => {
|
|||||||
}
|
}
|
||||||
if (command) {
|
if (command) {
|
||||||
const permissionLevel = await getPermissionLevel(message.member, client);
|
const permissionLevel = await getPermissionLevel(message.member, client);
|
||||||
console.log(permissionLevel + " : " +permissions[command.name] + " : " + command.name)
|
|
||||||
try {
|
try {
|
||||||
if (permissionLevel === 11) {
|
if (permissionLevel === 11) {
|
||||||
command.execute(message, args, client);
|
command.execute(message, args, client);
|
||||||
|
|||||||
Reference in New Issue
Block a user