Hello, I want to make a simple code where the bot would recognize whether the number a person sending the command is typing would be positive or negative. It would look something like that:
Person: !number 3
Bot: The number is positive.
or
Person: !number -3
Bot: The number is negative.
I have tried putting a variable after the command like so:
on *:TEXT:!number %number:#:
But this doesn't seem to work.
Any idea how should it look like? Thank you in advance for helping me
