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: { description: {
content: 'Show info about a user', content: 'Show info about a user',
usage: '', usage: '[@user]',
examples: [''] examples: ['@SomeoneReallyCoolInMyGuild']
} }
}); });
} }