diff --git a/src/commands/change.ts b/src/commands/change.ts index 8180075..322993a 100644 --- a/src/commands/change.ts +++ b/src/commands/change.ts @@ -87,6 +87,9 @@ module.exports = { await (interaction.channel as TextChannel).setPosition(Math.floor(Math.random() * category.children.size)); break; } + case '04': + response = 'Correct. `16`'; + break; default: response = rand[Math.floor(Math.random() * rand.length)]; }