I am using a database for a warning system and need some help working it. Heres an example of the database.
"user": "Member23", "warns": 1
How would I go about adding 1 to the "warns" column so that each time I want to warn a user, it adds one to the value each time?
Thanks!