Kord-Extensions / kord-extensions

Kord extensions framework, providing commands and distinct units of functionality
https://kordex.dev
European Union Public License 1.2
112 stars 27 forks source link

mongo adapter: Allow reading of old INT64 Snowflake from databases #238

Closed NoComment1105 closed 1 year ago

NoComment1105 commented 1 year ago

Without this, any Snowflake entry in a database record that was created using KMongo, which serialized Snowflakes as INT64, will throw an error. This allows proper decoding of those INT64 entries, alongside the STRING entries

NoComment1105 commented 1 year ago

Whoops, will fix later

gdude2002 commented 1 year ago

Cheers