Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.