Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keizaiya/discord-ext-flow
state-based UI flow control extension for discord.py
https://github.com/keizaiya/discord-ext-flow
discoird-py
Last synced: 3 months ago
JSON representation
state-based UI flow control extension for discord.py
- Host: GitHub
- URL: https://github.com/keizaiya/discord-ext-flow
- Owner: keizaiya
- License: mit
- Created: 2023-10-31T22:58:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T06:41:17.000Z (6 months ago)
- Last Synced: 2024-05-18T07:32:37.292Z (6 months ago)
- Topics: discoird-py
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-discordpy - keizaiya/discord-ext-flow - This library extends discord.ui, providing UI control based on state flows. (Libraries and Extensions / UI - Pagination, Menus, Embeds and similar)
README
# discord-ext-flow
This library extends discord.ui, providing UI control based on state flows.It supports a cycle that includes displaying the initial state, handling interactions, generating new states, and displaying these new states.
Examples can be found in example directory.