discord-api-docs
discord-api-docs copied to clipboard
Mobile App Bug : Version 221.0 - Pasting slash commands only pastes the first argument correctly
Description
When copying a slash command via iOS app - and then pasting it - the app only pastes the argument/parameter name of the first parameter (if even), causing all subsequent parameters to be shoved into the first parameter.
Steps to Reproduce
Find a slash command that has more than one argument. Use it - then copy the command
Paste it - Observe.
Eg:
I have the following /imageedit imageurl: https://image.com blur:0.5
Pasting it seems to do:
/imageedit imageurl: https://image.com 0.5
or
/imageedit https://image.com 0.5
This damages productivity on iOS app.
Expected Behavior
Pasting the command should input all parameters correctly.
Current Behavior
Parameters are pasted without the parameter name - meaning discord cannot parse the arguments.
Screenshots/Videos
Client and System Information
iOS app - reproduced by another user app version : 221.0
also Android app