Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
/ pydiscord Public archive

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

License

Notifications You must be signed in to change notification settings

YousefEZ/pydiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages