#Effective Counting System

14 messages · Page 1 of 1 (latest)

haughty aspen
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

lean knot
#

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

#

There are probably certain sections that talk about certain steps you said

#

There are update guides

raw pebbleBOT
#

guide Additional Information: Updating from v12 to v13
read more

lean knot
#

You tell me

#

Is something wrong

#

Well if there is nothing to fix, what would we do?

severe abyss
#

Run it and find out. Best way to find out if it works or not🙄

gusty egret
#

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

rigid matrix
#

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