#Countingsystem = Bot isnt responding to any message

1 messages · Page 1 of 1 (latest)

muted rampart
#
  1. You can use else: instead of writing the opposite of the same condition.
  2. Are you sure the mistake is in that part of the code? Check where you send the numbers.
#

On lines 2813 and 2821.

#

Same for 2816 in the other file.

#

You can replace these lines with else: and the code will work the same way.

#

Yes, same thing for 2816 and 2824.

#

The whole line, not just the if string.

#

Only the ones who do the opposite than the previous one. See the lines in my previous messages.

#

Read the else section in the link I provided.

#

I couldn't find the mistake in this piece of code either.

#

Oh, now I understand what you want to do.

#

The explanation wasn't fully clear at first. Now I get it.

#

Do you have a debug tool? You should use it to check the variables while running the code.

muted rampart
#

You'll be able to see variable values as shown in this example.