The Suggestions should check both suggestions-admins and ayumi admins when checking a user for permissions.
It must be possible to specify suggestion admins from the config file
it should be possible to add suggestion-admins from a command only by an ayumi admin or wordgame admin (doesn't exist yet).
this should update the config file automatically.. (or database entries!!! better)
So now there exists the issue of ayumi config existing in local file or in the database (or both). Fortunately, context can allude whether a certain config should be in database or local file. Individual server config should be in local file, but "app settings" should be in the database so that any server can use those app-level configs.
Specs :
The Suggestions should check both suggestions-admins and ayumi admins when checking a user for permissions.
It must be possible to specify suggestion admins from the config file
it should be possible to add suggestion-admins from a command only by an ayumi admin or wordgame admin (doesn't exist yet).
So now there exists the issue of ayumi config existing in local file or in the database (or both). Fortunately, context can allude whether a certain config should be in database or local file. Individual server config should be in local file, but "app settings" should be in the database so that any server can use those app-level configs.