mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-19 21:39:21 +02:00
add base help command
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user