YousefEZ / pydiscord

discord.py handler that handles menus and general frontend for you by geting data from python classes and produces embed & menus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pydiscord

⚠ This template is deprecated please refer to this library


discord.py handler that gets data from python classes and produces embed & menus

make a new .py file, and make a dictionary containing the flow name and its corresponding object at the end of the file and call it flows.

import the response file so if the new response file is tutorial.py (placed in responses dir) then its

from responses import tutorial

change the test.flows to the name of your new response file, so if tutorial is the new response .py file then change it to tutorial.flows

for embed tests

!embed_test flow_type

for menu tests

!menu_test main_menu_title

About

discord.py handler that handles menus and general frontend for you by geting data from python classes and produces embed & menus

License:MIT License


Languages

Language:Python 100.0%