mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
They get credit with the rest of the packages
This commit is contained in:
@@ -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:**
|
||||
|
||||
@@ -24,13 +24,6 @@ module.exports = class MathCommand extends Command {
|
||||
key: 'expression',
|
||||
type: 'string'
|
||||
}
|
||||
],
|
||||
credit: [
|
||||
{
|
||||
name: 'mathjs',
|
||||
url: 'https://mathjs.org/',
|
||||
reason: 'Expression Parser'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user