Post content
PYSTARK v1.0.0 First Major Version Changelog: There were too much changes so I couldn't make a full changelog. But basically: ➥ Enhanced project settings, inspired from django. ➥ Added brand new addons for additional features in bots. ➥ Brand-new documentation using Mkdocs instead of Sphinx. ➥ Database migration methods for pystark.database.sql.Database class like add_column, remove_column, etc. ➥ Added other useful methods like ➥ Improved boilerplate in favour of new features. ➥ Added documentation for project settings using settings.py ➥ Removed customization options from Stark.activate() as they can be configured using settings.py now. Removed pystark.database.postgres in favour of pystark.database.sql. ➥ Added sudo users support for bots which can be set using SUDO_USERS environment variable. ➥ Allow username as OWNER_ID instead of only user_id ➥ Pre-made models for users and bans table. ➥ And much, much more! See the brand new documentation - https://pystark.codes