mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Overhaul how credit works, change lots of images
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user