We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
const userInput = interaction.options.getInteger("pounds"); mass.pounds(userInput).inKilograms; interaction.reply(${userInput} Pounds Is ${kilograms()} Kilograms);
${userInput} Pounds Is ${kilograms()} Kilograms
There is my code, and this is what the bot returns
const userInput = interaction.options.getInteger("pounds");
mass.pounds(userInput).inKilograms;
interaction.reply(
${userInput} Pounds Is ${kilograms()} Kilograms);