Commit Graph

10 Commits

Author SHA1 Message Date
4a2a5f4548 Set specific revision for py-cord and update installation command
Pinned py-cord dependency to a specific commit to ensure consistency and avoid unintended changes. Simplified the pip installation command for prerelease versions in the README.
v0.1.0a2
2025-04-23 18:52:02 +02:00
c8734547f7 Update project description in pyproject.toml
Refined the project description to emphasize customizability and usage in Discord bot messages. Improves clarity and better conveys the library's purpose.
2025-04-23 18:45:09 +02:00
0e0ce97026 Update README with revised limitations and remove local testing setup
Adjusted the limitations section for clarity and updated emoji limits to reflect current app-wide constraints. Removed the local testing setup section, likely to streamline the README and focus on essential information.
2025-04-23 18:44:28 +02:00
a1d49f9648 Refactor progress bar setup and improve event handling.
Moved ProgressBarManager initialization to the `on_ready` event for better encapsulation. Updated `show_progress` to include a concise docstring and ensure consistent functionality.
2025-04-23 18:27:03 +02:00
a2b376c49f Add pyright ignore comments for specific warnings
Added `# pyright: ignore` comments to suppress warnings related to optional member access and untyped function decorators. This ensures cleaner output during static type checking without altering functionality.
v0.1.0a1
2025-04-23 18:13:21 +02:00
8c8963f86a Remove redundant readme field from pyproject.toml
The "readme" field was unnecessary as it is already included in the "dynamic" list. This reduces redundancy and keeps the configuration file cleaner.
2025-04-23 18:12:02 +02:00
a1ecfdfacd Update CI workflow to use 'master' instead of 'main'
Replaced branch references from 'main' to 'master' in the CI configuration. This ensures consistency across workflows and aligns with branch naming conventions.
2025-04-23 18:10:30 +02:00
169656023c Add support for hatch-fancy-pypi-readme in pyproject.toml
This update integrates `hatch-fancy-pypi-readme` to enhance PyPI package descriptions using fragments and substitutions. Adjustments include dynamic readme handling and metadata hooks for better customization of content. Updated the README table of contents to include new sections.
2025-04-23 18:08:59 +02:00
703a9aef34 First Commit 2025-04-23 18:03:09 +02:00
afaa02651d Add license 2025-04-23 16:01:38 +02:00