#(Levelsystem) Bot is not saving the xp in the database

1 messages · Page 1 of 1 (latest)

hidden frigate
#

Are we debugging your whole bot? 🤣🤣

Time for you to hit google and work some stuff out for yourself I think, that's gonna make you a better developer rather than seek the fix for each of your specific bugs.

mystic comet
#

you don't seem to be committing your changes to the database

umbral gorge
#

?tag codeblock

dry horizonBOT
#

Please put your code in a code block:
```py
Here is your Code
```

That makes reading code in Discord a lot easier:

print("This is an example.")
umbral gorge
#

?tag paste

dry horizonBOT
hidden frigate
mystic comet
#

it should be something similar to conn.commit

#

since you appear to be using sqlite

#

not entirely sure what lib you're using though