1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
Commit graph

1516 commits

Author SHA1 Message Date
8263108622 refactor: Update default prefixes for production and development environments 2024-09-04 11:01:53 -04:00
kzndotsh
7b5c19f9d3
Merge pull request #513 from allthingslinux/renovate/pyright-1.x-lockfile 2024-09-04 10:19:49 -04:00
kzndotsh
ee5fc9fe7a
Merge pull request #504 from teilorr/afk 2024-09-04 10:19:05 -04:00
kzndotsh
69a84bdff7 refactor(afk.py): improve readability by adding function docstrings and type hints
style(schema.prisma, afk.py): improve code formatting for better readability
feat(afk.py): add welcome back message when user returns from AFK
fix(afk.py): ensure guild exists before inserting AFK status to prevent errors
2024-09-04 14:16:05 +00:00
kzndotsh
4ecad0d509 fix: Linting and formatting via Ruff 2024-09-04 14:04:37 +00:00
kzndotsh
f0dcc745a9
Merge branch 'main' into afk 2024-09-04 10:04:13 -04:00
edcda8fa48
Merge branch 'main' into tempban 2024-09-04 10:01:07 -04:00
kzndotsh
f866b4e60e
Merge pull request #514 from allthingslinux/tess-starboard 2024-09-04 10:00:29 -04:00
pre-commit-ci[bot]
e9868f8885 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-09-04 13:59:49 +00:00
kzndotsh
b1b11a66f7 feat(starboard.py): add new Starboard cog for managing starboard functionality
refactor(starboard.py): move starboard functionality from __init__.py to starboard.py for better organization and readability

docs(starboard.py): add detailed docstrings to all methods in StarboardController and StarboardMessageController classes to improve code readability and provide better understanding of the methods' functionalities and expected parameters and return values.
2024-09-04 13:59:11 +00:00
petabyte-imo
707e1614bf Added reason to unban 2024-09-04 14:56:57 +01:00
petabyte-imo
49d6e45b77 oopsie 2024-09-04 14:31:36 +01:00
petabyte-imo
c3ca0cc275 Fixed the tempban_check looped task and added some comments 2024-09-04 14:28:01 +01:00
petabyte-imo
f183569bdd Fixed the tempban_check looped task and added some comments 2024-09-04 14:27:59 +01:00
petabyte-imo
e0c3b0d0e1 Added a tempban command and a function that gets all guilds from the db 2024-09-04 13:55:28 +01:00
87478ec5c7 chore: Improve documentation 2024-09-04 08:20:28 -04:00
9091d76368 Merge branch 'main' into tess-starboard 2024-09-04 08:11:34 -04:00
kzndotsh
f2cd0d58a7 refactor(schema.prisma): restructure schema for better organization and readability
feat(schema.prisma): add Starboard and StarboardMessage models for starboard feature
fix(schema.prisma): remove unnecessary comments and adjust model attributes for better data handling
feat(cases.py): change case_number to be dynamic instead of fixed format
feat(case.py): add functions to handle case count incrementation for better case tracking
2024-09-04 11:57:23 +00:00
88f7b414eb optimizations 2024-09-04 07:50:06 -04:00
7fd0ef959d refactor: Improve starboard remove message with embed 2024-09-04 07:44:21 -04:00
166d06ba08 refactor: Improve starboard configuration message with embed 2024-09-04 07:42:19 -04:00
c842b8ec83 refactor: Improve starboard functionality and add documentation 2024-09-04 07:31:03 -04:00
2de81b1933 refactor: Update perms in the starboard cog 2024-09-04 07:29:34 -04:00
b5369a3d0f refactor: Update starboard_check to use on_raw_reaction_add event 2024-09-04 07:22:19 -04:00
6a7de6b5da refactor: Fix starboard message author self-starring issue 2024-09-04 06:45:21 -04:00
2e2a3b21b4 refactor: First starboard prototype 2024-09-04 06:32:13 -04:00
renovate[bot]
6aa5d97f78
fix(deps): update dependency pyright to v1.1.379 2024-09-04 09:26:48 +00:00
a6c8aaabae refactor: Add StarboardController to database controllers 2024-09-04 04:59:54 -04:00
5d285cd2fe feat: Add Starboard model to schema.prisma 2024-09-04 04:45:42 -04:00
619efb814a
Merge branch 'main' into afk 2024-09-04 03:28:56 -04:00
10dd5af3ea fix(afk.py): Ignore AFK removal if entry is recent 2024-09-04 03:09:39 -04:00
e189a4adb8 Truncate name instead of raising error on character limit 2024-09-04 03:00:50 -04:00
pre-commit-ci[bot]
9018b8c3c4 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-09-04 02:06:26 +00:00
teilorr
886498151c fix(afk.py): small refactors 2024-09-03 23:04:11 -03:00
e0285a9324 chore: Replace commands.Bot with Tux 2024-09-03 15:51:47 -04:00
d79924c86a refactor: Add image generator with test command 2024-09-03 15:44:20 -04:00
kzndotsh
280d4e2e76 refactor(slowmode.py): improve command argument parsing and error handling for better user experience
style(temp_vc.py, tty_roles.py): remove redundant docstrings to improve code readability
refactor(checks.py): enhance user_id assignment logic for better code clarity and maintainability
2024-09-03 17:32:33 +00:00
kzndotsh
29ef7286f4 refactor: Remove contributors workflow file until we find a new one 2024-09-03 13:02:38 -04:00
kzndotsh
92cbec92d3
Merge pull request #512 from allthingslinux/tess-fix-emojicount 2024-09-03 10:47:19 -04:00
kzndotsh
2f5ffee5ae
Merge pull request #511 from allthingslinux/tess-fixping 2024-09-03 10:47:03 -04:00
kzndotsh
b9aa036a61
Merge pull request #510 from allthingslinux/snippetHelpPatch 2024-09-03 10:46:33 -04:00
kzndotsh
9a149d65bd
Merge pull request #509 from allthingslinux/pre-commit-ci-update-config 2024-09-03 10:46:18 -04:00
4221d3b092 refactor: Format RAM usage in Ping command to nearest integer 2024-09-03 10:29:53 -04:00
21927b6445 refactor: Update guild emoji limit calculation in info cog 2024-09-03 10:13:13 -04:00
25f2308139 refactor: Fix the CPU and RAM usage in the Ping command 2024-09-03 10:03:32 -04:00
Atmois
bf7c9f76e5
Add missing argument in editsnippet help 2024-09-03 10:48:22 +01:00
pre-commit-ci[bot]
55d59c5965
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.2...v0.6.3)
2024-09-02 20:27:43 +00:00
kzndotsh
1c1a2e1456
Merge pull request #507 from allthingslinux/tess-changebot 2024-09-02 12:02:48 -04:00
bb8f35a44b chore: Small fix in docker-compose.yml 2024-09-02 11:57:42 -04:00
7038da4c45 refactor: Update README to provide more info about Docker Compose hot reloading 2024-09-02 11:53:40 -04:00