mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-10 02:44:10 +02:00
upgrade wl et owner with best optimison with async fonction
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user