Overhaul how credit works, change lots of images

This commit is contained in:
Dragon Fire
2020-01-14 18:25:35 -05:00
parent ea645d09f6
commit 0bb0550cc2
222 changed files with 928 additions and 361 deletions
+7
View File
@@ -9,6 +9,13 @@ module.exports = class MathCommand extends Command {
group: 'number-edit',
memberName: 'math',
description: 'Evaluates a math expression.',
credit: [
{
name: 'mathjs',
url: 'https://mathjs.org/',
reason: 'Expression Parser'
}
],
args: [
{
key: 'expression',