Add bananas unit once

This commit is contained in:
Dragon Fire
2024-05-06 14:39:48 -04:00
parent 1b1600da29
commit 543b08dc8b
2 changed files with 7 additions and 4 deletions
-4
View File
@@ -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) {