mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Remove useless aliases, bug fixes
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = class UnitsCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'units',
|
||||
aliases: ['convert-units', 'unit-converter', 'unit', 'convert'],
|
||||
aliases: ['convert'],
|
||||
group: 'number-edit',
|
||||
memberName: 'units',
|
||||
description: 'Converts units to/from other units.',
|
||||
|
||||
Reference in New Issue
Block a user