const { ApplicationCommandOptionType } = require('discord.js');module.exports = { name: 'tax', description: 'Roblox Tax Caculator', options: [ { name: 'Amount', description: 'Amount Of Robux Before Tax', type: ApplicationCommandOptionType.Number, } ]}