HelpChat / ChatChat

ChatChat - Coming Soon
MIT License
51 stars 33 forks source link

Fixed priority format serialization #169

Closed BlitzOffline closed 2 years ago

BlitzOffline commented 2 years ago

In #143 I had an interface called BasicFormat but I forgot why and I only remembered after that was merged :). It existed because otherwise there were problems with the serialization. Basically, priority formats were serialized as if they were basic formats. I re-added basic formats but with a different name in this PR.

Kqliber commented 2 years ago

closing this, merging #173