different symbol for about + remove useless usage

This commit is contained in:
Emily 2022-12-18 16:20:57 +11:00
parent 9a8c889234
commit f2aadf4953
2 changed files with 3 additions and 5 deletions

View file

@ -6,7 +6,6 @@ module.exports = class Avatar extends Command {
super (name, category);
this.name = name,
this.description = 'View information on this server.',
this.usage = '/server',
this.category = category;
}