Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

bug(plugins - slash commands): displayName gets spam printed into the chatbox in certain conditions #198

Open
Ushie opened this issue Dec 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Ushie
Copy link

Ushie commented Dec 4, 2023

Bug

In plugins, when a slash command option includes a space (presumably) it spams the content of the displayName into the value of the option

Image of the option's code

image

Recording of the bug
2023-12-04.16-47-06.mp4

Expected behavior

When not including any spaces, this bug doesn't happen, which is the expected behavior for both cases

Image of the option's code

image

Screenshot of behavior

image

Extra info

Debug info

image

@Ushie Ushie changed the title bug(plugins/slash commands): displayName gets spam printed into the chatbox in certain conditions bug(plugins - slash commands): displayName gets spam printed into the chatbox in certain conditions Dec 10, 2023
@Cynosphere
Copy link
Member

I personally don't see this as worth fixing as its behavior Discord never accounted for. Slash command names and option names are always lowercase with no spaces except for subcommands.

At most there could probably be protections in place to prevent this on our end.

@Cynosphere Cynosphere added the enhancement New feature or request label Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants