zeroclutch / gamebot

Add multiplayer games to Discord with Gamebot, and join thousands of players!
https://gamebot.gg
Other
70 stars 12 forks source link

XP System #60

Closed linschris closed 1 year ago

linschris commented 1 year ago

Hello, I've done a bit of work, just finishing up the XP System. I split up the commits for readability, so feel free to squash/combine/modify them how you please.

zeroclutch commented 1 year ago

Also, please make this PR for staging

zeroclutch commented 1 year ago

Nice changes, we're still running into an issue though. When we try to updateXP, we get this error:

"type": "MongoInvalidArgumentError",
"message": "Update document requires atomic operators",

Take a look at the MongoDB operators that are used in the second argument in the updateOne method, I think we'll need to use those rather than writing {xp, level} directly.

linschris commented 1 year ago

Hi, just a question @zeroclutch: