EQUENOS / dislash.py

A Python wrapper for discord slash-commands and buttons, designed to extend discord.py.

Home Page:https://dislashpy.readthedocs.io/en/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typing mismatch python version

MujyKun opened this issue · comments

dislash/interactions/types.py

attempts to import TypedDict which was added in 3.8
does not match the python ver requirement in setup.py for python_requires='>=3.6`