diff --git a/bot/commands/Utility/serverinfo.js b/bot/commands/Utility/server.js similarity index 100% rename from bot/commands/Utility/serverinfo.js rename to bot/commands/Utility/server.js diff --git a/bot/commands/Utility/user.js b/bot/commands/Utility/user.js index cccacf9..7b190c3 100644 --- a/bot/commands/Utility/user.js +++ b/bot/commands/Utility/user.js @@ -11,10 +11,10 @@ module.exports = class Avatar extends Command { { type: 6, name: 'user', - description: 'The user who you want ' + description: 'The user to get information on' }, ], - this.usage = '/userinfo [user]', + this.usage = '/user [user]', this.friendlyOptions = '`user` - The user to get information on (optional)', this.category = category; }