#Track members progress and inventory
13 messages · Page 1 of 1 (latest)
how are u storing the players data?, also Discord bots don’t automatically separate users’ data. so im assuming your bot is using shared storage instead of per-user storage
you need to key inventory/progress by Discord user ID.”
yes, it was using shared storage but i solved it by migrating to sqlite
You should be using mysql for that
seems to be working fine with sqlite though
Sure it can but its easier on mysql and safer as you have backups
Also where is the bot how are you reading the sql data
it's just a bot by itself