not-ilinked / Anarchy

The superior Discord API wrapper

Home Page:https://anarchyteam.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slash commands

Mr-LegitHD opened this issue · comments

Hi are slash commands already implemented since
client.SendMessage(channelid, "/help");
doesn't work currently

I tried something like message + enter on a virtual keyboard but that did not really work. We just need to add an Enter KeyPress more before sending the message then Slash commands should work

commented

Hi are slash commands already implemented since client.SendMessage(channelid, "/help"); doesn't work currently

I tried something like message + enter on a virtual keyboard but that did not really work. We just need to add an Enter KeyPress more before sending the message then Slash commands should work

Why do you think that'd work, it's not a simple message, it's an interaction which requires different POST methods than sendmessage

An issue for this has already been made