Remove memberName (leftover Commando thing)

This commit is contained in:
Dragon Fire
2024-05-21 21:02:12 -04:00
parent b10c604473
commit bd02c6b1c4
516 changed files with 3 additions and 518 deletions
-1
View File
@@ -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: [
{
-1
View File
@@ -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: [
{
-1
View File
@@ -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: [
{
-1
View File
@@ -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: [
{
-1
View File
@@ -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: [
{
-1
View File
@@ -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: [
-1
View File
@@ -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: [
{
-1
View File
@@ -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: [
{
-1
View File
@@ -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: [
{
-1
View File
@@ -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: [
{
-1
View File
@@ -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: [