Join Discord
Powered by
discord id is a 64bit "number" (actually a snowfla...
# python
p
pocin
02/22/2022, 10:15 AM
discord id is a 64bit "number" (actually a snowflake type) so it's represented as a string (at least in javascript). int8 is signed so thats the one bit you are most likely missing
Previous
Next