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

Interactable buttons on slash commands?

jellytoaster opened this issue · comments

commented

Is it possible to use buttons on slash commands? If so, how do i do it?

Yeah, pretty much like in normal commands, except you should use inter.reply because it returns a Message object, unlike inter.respond.