Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Baaleos opened this issue Mar 20, 2024 · 1 comment
Labels
bug slash commands synced Synced to internal tracker

Comments

@Baaleos
Copy link

Baaleos commented Mar 20, 2024

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

@Rodentman87 Rodentman87 added the synced Synced to internal tracker label Mar 20, 2024
@FractAlchemist
Copy link

also Android app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug slash commands synced Synced to internal tracker
Projects
None yet
Development

No branches or pull requests

3 participants