EQUENOS / dislash.py

A Python wrapper for discord slash-commands and buttons, designed to extend discord.py.
https://dislashpy.readthedocs.io/en/latest
MIT License
167 stars 29 forks source link

Interaction bug #49

Closed Mysterious-Dev closed 3 years ago

Mysterious-Dev commented 3 years ago

I have this error with slash commands and the same with application commands

image

liemeldert commented 3 years ago

Looks like you're replying after the interaction is timed out. What's your code?

Mysterious-Dev commented 3 years ago

image

EQUENOS commented 3 years ago

The traceback says that inter.reply causes the error. Looks like you're replying to some interactions in a separate event

Mysterious-Dev commented 3 years ago

Oh yes, it's on error slash command. Thanks