Paginated Message not working
When I run this code, it says "This interaction failed" without any error.
What I am trying to do:
Look, what I'm trying to do is to make it so there is more than 1 server in an embed and buttons that goes left and right. Here is an example of how the embeds should look like:
š« Blacklisted Servers
(1st Server ID)
(Reason of Blacklist)
-----------------------
(2nd Server ID)
(Reason of Blacklist)
and so on.
Solution:Jump to solution
Change messageRun for chatInputRun. You're mixing message based and slash commands.
4 Replies
Solution
Change messageRun for chatInputRun. You're mixing message based and slash commands.
Thank you, one thing though. How can I mke it add buttons?
šš½