This commit is contained in:
Jill 2022-08-06 11:41:55 +03:00
parent 86bab0552f
commit 52bafc6f09
1 changed files with 3 additions and 0 deletions

View File

@ -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)];
}