added usage and description

This commit is contained in:
loicbersier 2019-11-15 21:49:34 +01:00
parent 6ce45ca621
commit fc1458e9c3

View file

@ -16,8 +16,8 @@ class userInfoCommand extends Command {
],
description: {
content: 'Show info about a user',
usage: '',
examples: ['']
usage: '[@user]',
examples: ['@SomeoneReallyCoolInMyGuild']
}
});
}