upgrade wl et owner with best optimison with async fonction

This commit is contained in:
VALOU3336
2024-02-29 22:40:42 +01:00
parent 5f67fa1a1a
commit 7ff8c0237f
12 changed files with 162 additions and 124 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module.exports = {
description: "Rend visible un salon spécifique.",
category: 'moderation',
emote: '👀',
utilisation: '+unhide [salon]',
utilisation: 'unhide [salon]',
async execute(message, args, client) {
let channel = message.mentions.channels.first() || message.guild.channels.cache.get(args[0]) || message.channel;