polyphony-chat / symfonia

A Polyphony chat server, compatible with Spacebar and the Discord API.
Mozilla Public License 2.0
25 stars 3 forks source link

Unify database-facing API #54

Open bitfl0wer opened 1 month ago

bitfl0wer commented 1 month ago

When working on symfonia today, I found three different methods which had the goal of adding a user to a guild. I have since consolidated them into one method, but I have the suspicion that other instances of such duplication still exist.

These redundant methods are to be found and consolidated if they exist.