commande clear

This commit is contained in:
Tutur33
2024-02-16 23:04:49 +01:00
parent 3fed2c88bc
commit 456aad59db
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
description: 'Kick a member',
emote: '🔍',
utilisation: 'kick <@member> [reason]',
category: 'utils',
category: 'moderation',
async execute(message, args, client) {
const member = message.mentions.members.first();