The "creator" is the admin that is in control of running the bot in production. Since they have access to the postgres instance they have complete power over modifying the bot. This is the admin which can designate other admins.
Additionally there could be multiple admin levels. To implement these "privilege' settings should be created to allocate particular permissions
Creator -> all privs
Admin -> all privs besides set admin
Moderator -> allowed to give temp bans, possibly other privs.
The "creator" is the admin that is in control of running the bot in production. Since they have access to the postgres instance they have complete power over modifying the bot. This is the admin which can designate other admins.
Additionally there could be multiple admin levels. To implement these "privilege' settings should be created to allocate particular permissions
Privileges (more to come)