AutoMod filter for Application Command inputs. #5185
Unanswered
IllagerCaptain
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
Also it would be nice if we can use automod for Text Inputs... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have the ability to enable AutoMod on certain inputs for commands, some commands that this could be useful for is
/8ball
,/poll
,/report
, etc.Example of the docs for this (added
filter
to the end):Application Command Option Structure
name
field. Values follow the same restrictions asname
description
field. Values follow the same restrictions asdescription
false
STRING
,INTEGER
, andNUMBER
types for the user to pick from, max 25INTEGER
options, double forNUMBER
optionsINTEGER
orNUMBER
type, the minimum value permittedINTEGER
options, double forNUMBER
optionsINTEGER
orNUMBER
type, the maximum value permittedSTRING
,INTEGER
, orNUMBER
type optionfalse
*
autocomplete
may not be set to true ifchoices
are present.Options using
autocomplete
are not confined to only use choices given by the application.Beta Was this translation helpful? Give feedback.
All reactions