#Effective Counting System
14 messages · Page 1 of 1 (latest)
Even if someone knew, we don't write your code for you. You already have the intended result and logic, now just implement it into code
https://discordjs.guide and https://discord.js.org are there to help
There are probably certain sections that talk about certain steps you said
There are update guides
Run it and find out. Best way to find out if it works or not🙄
id do an array for the numbers already used
and when someone uses a number it pushes that number into the array
and then an if statement that if the number u typed were into that array it would restart ur count
more reliable method is to have a stored number as the “last number” (-1 if not started yet), if the number said is not one greater than the stored number, the person failed
Additional Information: Updating from v12 to v13