They get credit with the rest of the packages

This commit is contained in:
Dragon Fire
2024-05-06 14:37:53 -04:00
parent 771bf76b95
commit 1b1600da29
3 changed files with 0 additions and 18 deletions
-7
View File
@@ -24,13 +24,6 @@ module.exports = class MathCommand extends Command {
key: 'expression',
type: 'string'
}
],
credit: [
{
name: 'mathjs',
url: 'https://mathjs.org/',
reason: 'Expression Parser'
}
]
});
}
-7
View File
@@ -16,13 +16,6 @@ module.exports = class UnitsCommand extends Command {
memberName: 'units',
description: 'Converts units to/from other units.',
details: '**Units:** <https://mathjs.org/docs/datatypes/units.html#reference>',
credit: [
{
name: 'mathjs',
url: 'https://mathjs.org/',
reason: 'Expression Parser'
}
],
args: [
{
key: 'amount',