mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Add bananas unit once
This commit is contained in:
@@ -2,10 +2,6 @@ const Command = require('../../framework/Command');
|
||||
const math = require('mathjs');
|
||||
const { stripIndents } = require('common-tags');
|
||||
const { formatNumber } = require('../../util/Util');
|
||||
math.createUnit('banana', {
|
||||
definition: '0.178 meters',
|
||||
aliases: ['bananas']
|
||||
});
|
||||
|
||||
module.exports = class UnitsCommand extends Command {
|
||||
constructor(client) {
|
||||
|
||||
Reference in New Issue
Block a user