kruemmelbande / birb-bot

A work in progress discord bot about avalis
GNU General Public License v3.0
0 stars 0 forks source link

stop having the user id saved as strings and ints #7

Closed kruemmelbande closed 11 months ago

kruemmelbande commented 1 year ago

There were just so many bugs which just happen, because the code sometimes expects the id to be an int, and sometimes to be a string. Also,users[userid]["id"] is so dumb, and i should never use it