Remove useless aliases, bug fixes

This commit is contained in:
Daniel Odendahl Jr
2018-11-03 18:21:19 +00:00
parent 01bc93b1ba
commit f9c37e7ea6
146 changed files with 206 additions and 312 deletions
+3 -3
View File
@@ -9,11 +9,11 @@ const activities = {
LISTENING: 'Listening to'
};
module.exports = class UserInfoCommand extends Command {
module.exports = class UserCommand extends Command {
constructor(client) {
super(client, {
name: 'user-info',
aliases: ['user', 'member', 'member-info'],
name: 'user',
aliases: ['user-info', 'member', 'member-info'],
group: 'info',
memberName: 'user',
description: 'Responds with detailed information on a user.',