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
renovate[bot]
33caa418a8
fix(deps): update dependency pydantic to v2.9.1 2024-09-09 12:28:23 +00:00
8bc360c2b2 feat(starboard.py): Add on_raw_reaction_clear_emoji 2024-09-09 07:22:24 -04:00
04ae7d0a16 feat(starboard.py): Add on_raw_reaction_clear 2024-09-09 07:20:42 -04:00
d7b820b8de fix(starboard.py): Refactor starboard methods for better performance 2024-09-09 07:13:39 -04:00
7fd8a0dd9e fix(starboard.py): Refactor starboard_on_reaction_add method for better readability and performance 2024-09-09 06:38:28 -04:00
a69b360ed4 fix(starboard.py): Make the starboard check lighter on the API 2024-09-09 06:36:15 -04:00
Atmois
774049acad
create thread for each report 2024-09-08 15:35:18 +01:00
Atmois
582f99e845
made reports anonymous again 2024-09-08 15:12:17 +01:00
kzndotsh
af015e0314 docs(embeds.py): refactor docstrings to numpy style for better readability and consistency
fix(embeds.py): update default user avatar URL to point to the new location in the project repository
2024-09-08 06:24:49 +00:00
kzndotsh
1df9994a44 assets: add avatar.png 2024-09-08 02:23:55 -04:00
kzndotsh
c2db2b60e6
Merge branch 'main' into tess-change-flags 2024-09-08 02:20:39 -04:00
kzndotsh
e0357c4420 fix(starboard.py): add check for original_message content before setting embed description to prevent empty descriptions
feat(starboard.py): add original_message content to embed description to provide more context in the starboard message
2024-09-08 06:16:49 +00:00
kzndotsh
b46b24d258 docs(README.md): add Contributors section with contrib.rocks image to acknowledge contributors
docs(permissions.md): update file paths for Sys Admin and Bot Owner from config.json to config/settings.yml for better organization
docs(permissions.md): clarify Server Owner role description for better understanding
2024-09-08 05:57:59 +00:00
8ebcf6088e chore: Fix merge issues 2024-09-07 17:17:56 -04:00
pre-commit-ci[bot]
5d1472d4a8 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-09-07 21:11:45 +00:00
bf9a91559f
Merge branch 'main' into tess-change-flags 2024-09-07 17:11:38 -04:00
a62792085e
Merge pull request #531 from petabyte-imo/EmbedCreator-usage-fix
Embed Creator usage fix
2024-09-07 16:45:47 -04:00
pre-commit-ci[bot]
76d07157a8 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-09-07 20:41:31 +00:00
petabyte-imo
76ab9a23ba Added a few more 2024-09-07 21:41:19 +01:00
dde70c009b feat: Improve EmbedCreator by adding option to hide timestamp 2024-09-07 15:57:42 -04:00
8671cbf8c0 Pre-commit fixed code 2024-09-07 15:54:44 -04:00
pre-commit-ci[bot]
e70ba72358 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-09-07 19:47:57 +00:00
petabyte-imo
0a10250986 Changed up some embeds to use the embed creator's arguments instead of methods, and also removed code repetition in snippets.py 2024-09-07 18:29:52 +01:00
petabyte_
3cf5916342
Merge branch 'allthingslinux:main' into EmbedCreator-usage-fix 2024-09-07 17:06:45 +01:00
petabyte-imo
52fe9c61a7 Replaced all discord.Embed to start using tux.ui.embeds EmbedCreator 2024-09-07 17:06:05 +01:00
ee4aafc1fb
Merge pull request #529 from allthingslinux/renovate/githubkit-0.x-lockfile
fix(deps): update dependency githubkit to v0.11.9
2024-09-07 10:50:25 -04:00
renovate[bot]
9d1eb64961
fix(deps): update dependency githubkit to v0.11.9 2024-09-07 14:00:56 +00:00
63d505ac4c chore: Update usage generation for utility commands 2024-09-07 08:30:54 -04:00
bd44dbf645 chore: Update usage generation for mod commands 2024-09-07 08:21:36 -04:00
738f96a958 chore: Update usage generation for info commands 2024-09-07 08:12:47 -04:00
8fee6c4113 chore: Update usage generation for fun commands 2024-09-07 08:09:50 -04:00
4f0c57f975 chore: Update usage generation for admin commands 2024-09-07 08:03:44 -04:00
c0f459ede5 chore: Refactor generate_usage function to handle optional flag converters 2024-09-07 07:57:14 -04:00
64ada21aad Change flag appearance in help command 2024-09-07 07:52:11 -04:00
4516a0754a Change flag output in generate_usage 2024-09-07 07:48:58 -04:00
kzndotsh
d83d79c302 docs(README.md): remove contributors section to simplify and declutter the README file 2024-09-06 21:57:35 +00:00
kzndotsh
e5c16e8603 feat: add SUPPORT.md to provide guidance for Tux users
This commit adds a new SUPPORT.md file to the .github directory. This document provides a comprehensive guide for users of Tux, including a getting started guide, FAQs, bug reporting and feature request procedures, contribution guidelines, and contact information. This is done to improve user experience and provide necessary support information in a centralized location.
2024-09-06 21:55:11 +00:00
kzndotsh
ea52d372ef chore: Move renovate.json configuration file 2024-09-06 17:47:00 -04:00
kzndotsh
50bd252ce3 chore(.pre-commit-config.yaml): update ruff-pre-commit version from v0.6.3 to v0.6.4 to get the latest features and bug fixes 2024-09-06 21:44:40 +00:00
kzndotsh
bbd9c77ca0
Merge pull request #523 from allthingslinux/prtemplateupdate 2024-09-06 17:44:07 -04:00
Atmois
61d6f0a0c6
Merge branch 'main' into prtemplateupdate 2024-09-06 20:35:52 +01:00
Atmois
a193e7c2ca
fix spelling 2024-09-06 20:34:30 +01:00
Atmois
322eac6b29
remove "type of change heading"
uneccessary as labels exist, added line directing users to add labels
2024-09-06 20:32:39 +01:00
kzndotsh
e7004b2b04
Merge pull request #522 from allthingslinux/gitcreateimprovements 2024-09-06 15:31:44 -04:00
kzndotsh
6c147d19cb
Merge pull request #520 from allthingslinux/renovate/pydantic-2.x-lockfile 2024-09-06 15:31:31 -04:00
kzndotsh
b7a84b6818
Merge pull request #519 from allthingslinux/renovate/ruff-0.x-lockfile 2024-09-06 15:31:23 -04:00
kzndotsh
e2892e0f3f
Merge pull request #518 from allthingslinux/tess-improve-embeds 2024-09-06 15:31:14 -04:00
kzndotsh
cc839afb12 refactor(tempban.py): replace if not condition with assert for ctx.guild check to simplify code
docs(tempban.py): add detailed description for flags parameter in TempBan class
style(tempban.py): add blank lines after await statements for better readability
feat(tempban.py): add comment to explain guild fetching from cache or API in expired_temp_bans loop
refactor(tempban.py): change action description from "temporarily ban" to "temp ban" for consistency
2024-09-06 19:29:57 +00:00
Atmois
06d8fc73cb
add author to issue body 2024-09-06 18:56:26 +01:00
electron271
693d3714d0
Merge pull request #515 from petabyte-imo/tempban
Temp Ban command & Unban Task
2024-09-06 09:42:01 -05:00