add base help command

This commit is contained in:
Tutur33
2024-02-15 01:17:52 +01:00
parent a6cbe5b9f3
commit cd03559a98
3 changed files with 49 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@ module.exports = {
}
let avatar = user.avatarURL({dynamic : true, size : 1024});
console.log(avatar);
if (user.avatarURL({dynamic : true, size : 1024}) === null) {
return message.reply('L\'utilisateur n\'a pas d\'avatar.');
}