PublicAPI icon indicating copy to clipboard operation
PublicAPI copied to clipboard

Changing the guildExp data type from integer to long

Open hannibal002 opened this issue 2 years ago • 1 comments

Changing the guildExp data type from integer to long, as there are guilds that have more exp than the integer limit provides for.

Fixes #536

hannibal002 avatar Jul 17 '22 08:07 hannibal002

why not Long?

mdashlw avatar Jul 17 '22 08:07 mdashlw

Would need to be changed back to double to actually fix #536.

Rigner avatar Jan 06 '23 09:01 Rigner