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

Interaction bug

Mysterious-Dev opened this issue · comments

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

image

commented

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

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

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