discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

Mobile App Bug : Version 221.0 - Pasting slash commands only pastes the first argument correctly

Open Baaleos opened this issue 11 months ago • 1 comments

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

IMG_0557

Client and System Information

iOS app - reproduced by another user app version : 221.0

Baaleos avatar Mar 20 '24 11:03 Baaleos

also Android app

FractAlchemist avatar Mar 24 '24 16:03 FractAlchemist