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
-4
View File
@@ -1546,10 +1546,6 @@ Total: 510
- [RogerHub Final Grade Calculator](https://rogerhub.com/final-grade-calculator/) (Concept, Code)
* **gravity:**
- [NASA](https://www.nasa.gov/) ([Planet Gravity Data](https://nssdc.gsfc.nasa.gov/planetary/factsheet/planet_table_ratio.html))
* **math:**
- [mathjs](https://mathjs.org/) (Expression Parser)
* **units:**
- [mathjs](https://mathjs.org/) (Expression Parser)
* **airhorn:**
- [Discord](https://discord.com/) ([Airhorn Sounds](https://github.com/discord/airhornbot/tree/master/audio))
* **animalese:**
-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',