This commit is contained in:
Darien Rousseau 2023-09-04 16:09:05 -06:00
parent 744b196310
commit 887cb37ed8

View file

@ -790,7 +790,7 @@ client.on("interactionCreate", async interaction => {
}
else {
override = false;
} ${wordScrambles.amount}
}
if (interaction.options.get("amount")) {
amount = interaction.options.getNumber("amount");
}