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

1249 commits

Author SHA1 Message Date
kzndotsh
30bd81584a chore(loc.yml): add step to print workspace info for debugging purposes
fix(loc.yml): correct directory paths in Calculate Lines of Code step to ensure correct directories are included in the calculation
2024-08-25 06:04:40 +00:00
kzndotsh
857d8115db feat(.github/workflows/loc.yml): add new GitHub action to calculate and publish lines of code report
feat(README.md): add placeholder for lines of code report to be updated by GitHub action
2024-08-25 06:00:35 +00:00
kzndotsh
e82046de51 chore(.pre-commit-config.yaml): exclude .archive/ directory from pre-commit checks to improve performance 2024-08-24 23:00:35 +00:00
kzndotsh
01e59baa5e
Merge pull request #451 from allthingslinux/renovate/mkdocs-material-9.x-lockfile 2024-08-24 18:51:33 -04:00
kzndotsh
a0a26cc2a8 chore(linting.yml): update Python version from 3.11 to 3.12 to keep up with the latest version
style(linting.yml): change commit message format to follow conventional commit standards
2024-08-24 22:48:53 +00:00
exvh
7805c7d064
Add files via upload 2024-08-25 00:08:25 +02:00
exvh
109199eb73
Delete assets/roles/text-editors/ed.png 2024-08-25 00:08:12 +02:00
kzndotsh
87b413fb18 fix(.github/ISSUE_TEMPLATE): wrap labels in quotes for bug_report.md and feature_request.md to ensure correct label assignment 2024-08-24 20:00:25 +00:00
kzndotsh
8b7db87899 style(feature_request.md): improve readability and structure of feature request template
feat(feature_request.md): add prefix "[FEATURE] - " to title for better issue identification

feat(feature_request.md): add label "type: feature-request" for better issue categorization
2024-08-24 19:58:12 +00:00
kzndotsh
fd19185f3f docs: update bug report template for better issue reporting
- Change the title and labels to be more descriptive and automatically label bugs
- Improve the structure and clarity of the issue template
- Add a section for code snippets or screenshots
- Update the environment section to be more relevant to the project
- Add a section for additional context to provide more information about the issue
2024-08-24 19:56:07 +00:00
kzndotsh
b99d04c209
Update issue templates 2024-08-24 15:54:13 -04:00
kzndotsh
d2607f5774 feat: add pull request template to guide contributors on PR submission 2024-08-24 19:53:39 +00:00
TargzBalls
8c4633ccbb
Merge branch 'main' into snippeteditban 2024-08-24 04:32:16 -05:00
kzndotsh
1d1c1bf003 refactor(cases.py): update command usage details for better clarity
feat(cases.py): add all_can_click and delete_on_timeout options to ViewMenu for improved user interaction
style(cases.py): replace menu buttons with more descriptive ones for better user experience
fix(cases.py): replace "?" with "⁉️" for missing case details for better error visibility
style(cases.py): change case date formatting from italic to underline for better readability
2024-08-24 09:30:28 +00:00
kzndotsh
07b4e67fad refactor(ban.py): change 'user' to 'member' in command usage and docstring for better context
fix(ban.py): add action parameter in send_dm method call to correctly specify the action taken
docs(ban.py): update docstring to specify that purge_days should be less than 7
2024-08-24 09:29:53 +00:00
kzndotsh
81d06cbb2c refactor(timeout.py): replace 'user' with 'member' for better context understanding
style(timeout.py): add a blank line for better code readability
2024-08-24 09:29:37 +00:00
kzndotsh
52b5c3ab6b refactor(unban.py): modify usage instruction to specify username_or_id instead of target for clarity
fix(unban.py): rearrange parameters in insert_case function call to match function definition
docs(unban.py): update flags parameter description to include specific flag details for better understanding
2024-08-24 09:29:23 +00:00
kzndotsh
13ce367cb2 refactor(unjail.py): replace 'user' with 'member' for better context understanding
fix(unjail.py): update error messages to reflect 'member' terminology for consistency
2024-08-24 09:29:04 +00:00
kzndotsh
3064ae565b refactor(untimeout.py): change 'user' to 'member' for better context understanding
feat(untimeout.py): add 'silent' flag to untimeout command for silent operation
docs(untimeout.py): update command documentation to reflect new 'silent' flag and 'member' terminology
2024-08-24 09:28:40 +00:00
kzndotsh
5dded916b4 refactor(warn.py): change 'user' to 'member' in warn function docstring for better clarity
fix(warn.py): modify warn command usage to include 'reason' and change 'flags' to 'silent' for better command understanding
2024-08-24 09:28:24 +00:00
kzndotsh
b67c5425ad refactor(flags.py): make all flag classes case insensitive for better user experience
style(flags.py): update descriptions for clarity and consistency
feat(flags.py): add 'silent' flag to TempBanFlags for optional DM to target
feat(flags.py): add more aliases to 'expires_at' flag in TempBanFlags for better usability
feat(flags.py): add CaseTypeConverter to 'type' flag in CasesViewFlags for proper type conversion
refactor(flags.py): change 'target' and 'moderator' flags in CasesViewFlags from Member to User for broader applicability
2024-08-24 09:28:03 +00:00
kzndotsh
c7eec38dc5 feat(converters.py): add CaseTypeConverter class to handle conversion of case types in discord commands 2024-08-24 09:26:55 +00:00
kzndotsh
c516457507 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
TargzBalls
922319c101
Update snippets.py 2024-08-24 03:25:51 -05:00
TargzBalls
2414de8708
Update snippets.py 2024-08-24 03:20:11 -05:00
TargzBalls
7f9a00c203
Merge branch 'allthingslinux:main' into main 2024-08-24 03:19:56 -05:00
kzndotsh
67bbf33af4 fix(help.py): correct flag example in help message from '--reason' to '-reason' for better command understanding 2024-08-24 06:07:51 +00:00
kzndotsh
809e15f41f
Merge pull request #422 from AuraPy/timezones 2024-08-24 01:39:16 -04:00
kzndotsh
bcf4ef1551 refactor(timezones.py): replace json file with hardcoded timezones for better performance
feat(timezones.py): add support for reactionmenu to improve user interaction
style(timezones.py): improve code readability by removing unnecessary comments and adding more descriptive variable names
2024-08-24 05:37:32 +00:00
kzndotsh
94abe651d2 refactor: Remove unused timezones.json file 2024-08-24 01:37:20 -04:00
kzndotsh
66ec2bbb71 feat(pyproject.toml): add pytz library to manage timezone related operations 2024-08-24 05:37:00 +00:00
kzndotsh
e1fcbc3e46
Merge branch 'main' into timezones 2024-08-24 00:10:13 -04:00
kzndotsh
1035a69494 docs(snippetban.py, snippetunban.py): add docstrings to is_snippetbanned method to provide clear explanation of its functionality and parameters 2024-08-23 16:44:49 +00:00
kzndotsh
51f2fc6186 style(snippetban.py): add newline for better code readability
style(snippetban.py): change "Snippet Banned" to "Snippet banned" for consistency in message case
refactor(snippetban.py): simplify ban_count and unban_count calculation for better performance

docs(snippetunban.py): add docstring to SnippetUnban class for better code documentation
style(snippetunban.py): change "Snippet Unbanned" to "Snippet unbanned" for consistency in message case
refactor(snippetunban.py): simplify ban_count and unban_count calculation for better performance
feat(snippetunban.py): add setup function to add SnippetUnban cog to bot for enhanced functionality
2024-08-23 16:42:59 +00:00
kzndotsh
fdd23604a2
Merge pull request #443 from allthingslinux/snippetban 2024-08-23 12:23:01 -04:00
renovate[bot]
4416c9fea8
chore(deps): update dependency mkdocs-material to v9.5.33 2024-08-23 14:46:01 +00:00
kzndotsh
985e2db177 fix(event.py): remove allowed_mentions parameter from channel.send method to allow mentions in the message 2024-08-23 09:49:31 +00:00
kzndotsh
103374deba chore(.pre-commit-config.yaml): update ruff-pre-commit version from v0.6.1 to v0.6.2 for latest features and bug fixes 2024-08-23 07:14:38 +00:00
kzndotsh
df7a930a77
Merge pull request #445 from allthingslinux/renovate/ruff-0.x-lockfile 2024-08-23 03:13:33 -04:00
kzndotsh
bc0bfaeeac
Merge pull request #447 from allthingslinux/slowmodepatch 2024-08-23 03:12:34 -04:00
kzndotsh
51c7d8c094 refactor(info.py): replace app_commands with commands for better compatibility
feat(info.py): add aliases and usage instructions to commands for better user experience
fix(info.py): replace interaction with ctx in command parameters for consistency with other commands
style(info.py): improve formatting and readability of the code
2024-08-23 07:11:09 +00:00
kzndotsh
62d39b4459
Merge pull request #444 from allthingslinux/infocmd 2024-08-23 01:48:00 -04:00
TargzBalls
9948c76e72
Merge branch 'allthingslinux:main' into main 2024-08-22 16:38:29 -05:00
electron271
b54697da3e
fix(eval.py) make eval.py use owner_ids (including sysadmin) 2024-08-22 15:22:06 -05:00
electron271
9efbd07c2b
fix(main.py) change jishaku to use sysadmin and bot owner ids 2024-08-22 15:14:36 -05:00
Atmois
630130bb64
Fix description for slowmode slash command 2024-08-22 17:37:36 +01:00
Atmois
dc81d10d38
grammer fixes 2024-08-22 17:28:33 +01:00
Atmois
8c779f8ccd
Add fun fact command 2024-08-22 17:25:49 +01:00
renovate[bot]
e12f195f3d
fix(deps): update dependency ruff to v0.6.2 2024-08-22 16:17:09 +00:00
AuraPy
bbdddf0c98
Merge branch 'main' into timezones 2024-08-22 16:07:35 +01:00