1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
tux/prisma
kzndotsh 9268f8a27e feat(schema.prisma): add Commands and CommandStats models to track command usage
fix(schema.prisma): set default value for bot field in Users model to false
feat(error_handler.py): add handling for CommandNotFound error
refactor(ban.py, kick.py): add database logging for infractions, improve error handling and embed creation
feat(ban.py, kick.py): add support for Jr. Mod role in ban and kick commands
docs(kick.py): add docstrings for methods and class

feat(warn.py): add database integration for warnings, now warnings are stored in the database
refactor(warn.py): improve warning embeds, now they include more detailed information
refactor(infractions.py): move InfractionType enum to a separate file for better organization
feat(constants.py): add new constants for infraction embeds
feat(embeds.py): add new method for creating infraction embeds
feat(enums.py): new file for storing enums, starting with InfractionType
2024-04-14 05:57:53 +00:00
..
schema.prisma feat(schema.prisma): add Commands and CommandStats models to track command usage 2024-04-14 05:57:53 +00:00