mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
Remove useless aliases, bug fixes
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = class ScientificNotationCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'scientific-notation',
|
||||
aliases: ['science-notation', 'e+', 'exponential-notation', 'exponential', 'scientific'],
|
||||
aliases: ['science-notation', 'exponential-notation'],
|
||||
group: 'number-edit',
|
||||
memberName: 'scientific-notation',
|
||||
description: 'Converts a number to scientific notation.',
|
||||
|
||||
Reference in New Issue
Block a user