mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -8,7 +8,6 @@ module.exports = class CurrencyCommand extends Command {
|
||||
name: 'currency',
|
||||
aliases: ['money-convert', 'convert-money'],
|
||||
group: 'edit-number',
|
||||
memberName: 'currency',
|
||||
description: 'Converts currency from one currency to another.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class FinalGradeCommand extends Command {
|
||||
name: 'final-grade',
|
||||
aliases: ['final-grade-calculator', 'final-grade-calc'],
|
||||
group: 'edit-number',
|
||||
memberName: 'final-grade',
|
||||
description: 'Determines the grade you need to make on your final to get your desired course grade.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class FormatNumberCommand extends Command {
|
||||
name: 'format-number',
|
||||
aliases: ['format-num', 'pretty-number', 'pretty-num', 'number', 'num'],
|
||||
group: 'edit-number',
|
||||
memberName: 'format-number',
|
||||
description: 'Formats a number to look more readable.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class GcdCommand extends Command {
|
||||
name: 'gcd',
|
||||
aliases: ['greatest-common-denominator'],
|
||||
group: 'edit-number',
|
||||
memberName: 'gcd',
|
||||
description: 'Determines two numbers\' greatest common denominator.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class GradeCommand extends Command {
|
||||
name: 'grade',
|
||||
aliases: ['grade-calculator', 'grade-calc'],
|
||||
group: 'edit-number',
|
||||
memberName: 'grade',
|
||||
description: 'Determines your grade on an assignment on an 100-point scale.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class GravityCommand extends Command {
|
||||
super(client, {
|
||||
name: 'gravity',
|
||||
group: 'edit-number',
|
||||
memberName: 'gravity',
|
||||
description: 'Determines weight on another celestial object.',
|
||||
details: `**Celestial Objects:** ${Object.keys(planets).join(', ')}`,
|
||||
credit: [
|
||||
|
||||
@@ -17,7 +17,6 @@ module.exports = class MathCommand extends Command {
|
||||
name: 'math',
|
||||
aliases: ['mathematics', 'solve'],
|
||||
group: 'edit-number',
|
||||
memberName: 'math',
|
||||
description: 'Evaluates a math expression.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class PrimeCommand extends Command {
|
||||
name: 'prime',
|
||||
aliases: ['is-prime'],
|
||||
group: 'edit-number',
|
||||
memberName: 'prime',
|
||||
description: 'Determines if a number is a prime number.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class RomanCommand extends Command {
|
||||
name: 'roman',
|
||||
aliases: ['roman-numeral'],
|
||||
group: 'edit-number',
|
||||
memberName: 'roman',
|
||||
description: 'Converts a number to roman numerals.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class ScientificNotationCommand extends Command {
|
||||
name: 'scientific-notation',
|
||||
aliases: ['science-notation', 'exponential-notation'],
|
||||
group: 'edit-number',
|
||||
memberName: 'scientific-notation',
|
||||
description: 'Converts a number to scientific notation.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class TaxCommand extends Command {
|
||||
super(client, {
|
||||
name: 'tax',
|
||||
group: 'edit-number',
|
||||
memberName: 'tax',
|
||||
description: 'Determines the total cost of something plus tax.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class UnitsCommand extends Command {
|
||||
name: 'units',
|
||||
aliases: ['convert'],
|
||||
group: 'edit-number',
|
||||
memberName: 'units',
|
||||
description: 'Converts units to/from other units.',
|
||||
details: '**Units:** <https://mathjs.org/docs/datatypes/units.html#reference>',
|
||||
args: [
|
||||
|
||||
Reference in New Issue
Block a user