no output on local slash commands when user taps instead of using physical keyboard #26
Labels
No milestone
No project
No assignees
2 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: distok/cutthecord#26
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
tap button likely has a second hook
what about adding ctc slashcommands to autocomplete? i added test command by adding
to
com/discord/widgets/chat/input/WidgetChatInputCommandsModel.smali
createCommandsForSlash
only one problem with it: sends command output as user, but i believe that we can make it to send as clyde.
(v2 - command name, v3 - command output, v4 - (nullable) command description; command output is string, but we can patch
to handle args)