dislash.py icon indicating copy to clipboard operation
dislash.py copied to clipboard

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

Results 7 dislash.py issues
Sort by recently updated
recently updated
newest added

[dislash/interactions/types.py](https://github.com/EQUENOS/dislash.py/blob/afe19c3ebf0b95a3abdec08f3fde8b455024aabd/dislash/interactions/types.py#L3) 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`

Here is what I found in the docs of dislash.py ``` def check(inter): # inter is instance of MessageInteraction # read more about it in "Objects and methods" section if...

Hello, I am a discord bot developer. Recently, dislash and other libraries are conflicting or unavailable. Please fix the conflict.

This PR aims to provide better error messaging for someone passing in a single `ActionRow` to the components property on `create_response()`.

I get this error when I start the server. The 1st request doesn't work. When I print the ctx, the channel is None for the 1st request but isn't for...