From 548ae6fab23d165c5c7f134cafd9ad2ec5812ae4 Mon Sep 17 00:00:00 2001 From: mudkipscience Date: Tue, 13 Dec 2022 13:43:55 +1100 Subject: [PATCH] rename --- bot/commands/Utility/{serverinfo.js => server.js} | 0 bot/commands/Utility/user.js | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename bot/commands/Utility/{serverinfo.js => server.js} (100%) 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; }