1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
tux/tux
kzndotsh ed09cab511 refactor(tty_roles.py): replace get_role_by_name method with discord.utils.get for simplicity
fix(tty_roles.py): remove redundant get_role_by_name method to reduce code complexity
2024-08-29 03:52:39 +00:00
..
cogs refactor(tty_roles.py): replace get_role_by_name method with discord.utils.get for simplicity 2024-08-29 03:52:39 +00:00
database refactor(schema.prisma, case.py, note.py): rename 'target' to 'user' for better clarity 2024-08-27 10:31:49 +00:00
handlers refactor(moderation cogs): use generate_usage function for command usage generation 2024-08-25 13:04:12 +00:00
stubs/reactionmenu chore: remove unused pagination.py file from .archive directory 2024-07-25 15:04:44 +00:00
ui feat(config.py): add commands to get channels and logs for each category 2024-08-15 03:55:11 +00:00
utils refactor(flags.py): simplify flag names for better readability and usability 2024-08-27 10:32:10 +00:00
wrappers fix(github.py): cast GITHUB_INSTALLATION_ID to int to ensure compatibility with AppInstallationAuthStrategy constructor 2024-08-22 09:06:42 +00:00
__init__.py feat: add new modules for tux application 2024-07-13 19:23:48 +00:00
bot.py feat(pyproject.toml, bot.py): add jishaku library for debugging and load it as an extension in bot.py to enhance debugging capabilities 2024-08-22 03:57:14 +00:00
cog_loader.py style(neofetch.py, cog_loader.py, avatar.py, tldr.py): correct comment block formatting for consistency 2024-07-15 10:46:57 +00:00
help.py refactor(cases.py): remove hardcoded usage strings and generate them dynamically for better maintainability 2024-08-27 08:55:48 +00:00
main.py feat(main.py): add case_insensitive=True to Tux bot initialization to allow case-insensitive command inputs 2024-08-24 09:26:44 +00:00