Skip to content

[honeycombs] Components v2 support. - #205

Merged
ltzmax merged 9 commits into
masterfrom
feat/honeycombs-components-v2
Aug 26, 2025
Merged

[honeycombs] Components v2 support.#205
ltzmax merged 9 commits into
masterfrom
feat/honeycombs-components-v2

Conversation

@ltzmax

@ltzmax ltzmax commented May 12, 2025

Copy link
Copy Markdown
Owner

Closes #203

Blocked until next red release due to Discord.py v.2.6.0 is required.


With components v2 you can no longer change the default start time, eventually will also no longer support image in the embed to where you enter the game, but might switch to add image to where the game begins instead.

  • bug fixes
  • added support for components v2.

@ltzmax ltzmax added Enhancement New feature or request Cog: Honeycombs labels May 12, 2025
@ltzmax
ltzmax marked this pull request as draft May 12, 2025 10:20
@ltzmax ltzmax added the Blocked Blocked by something else that needs first before this. label Jul 24, 2025
ltzmax and others added 2 commits August 20, 2025 12:11
Removed spacing=discord.SeparatorSize.small: The discord.ui.Separator class in discord.py 2.6.0 does not have a spacing parameter or a SeparatorSize enum. Simply use discord.ui.Separator() to add a separator to the container.
No functional impact: The Separator component is used to visually separate UI elements in the Discord message. Removing the invalid spacing parameter allows the code to run without errors while maintaining the intended layout.
@ltzmax
ltzmax marked this pull request as ready for review August 20, 2025 10:13
@ltzmax
ltzmax merged commit 03cea65 into master Aug 26, 2025
5 checks passed
@ltzmax
ltzmax deleted the feat/honeycombs-components-v2 branch August 26, 2025 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Blocked Blocked by something else that needs first before this. Cog: Honeycombs Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Components V2 support

1 participant