You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a search with its parameters in a different way
What happen?
When you try to make a search, but sorting the parameters differet, you don't receive the result of your search, even if that search is correct.
The bot 'thinks' that you didn't put a search parameter, it must send you a message like 'It needs a search parameter'.
The correct order is: !cfe [search parameter] [flag] [flag's value], but i tried with !cfe [flag] [flag's value] [search parameter].
Steps to reproduce:
Turn on the bot npm start and wait for the ready message.
Go to your discord bot and type !cfe -s adjudicado iot.
Expected result:
The result of the search with the filter of status.
Obtained result:
A message of there's no data available.
bugSomething isn't workingenhancementNew feature or requestdiscordBotissues/features or commands of the disrcord bot
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Make a search with its parameters in a different way
What happen?
When you try to make a search, but sorting the parameters differet, you don't receive the result of your search, even if that search is correct.
The bot 'thinks' that you didn't put a search parameter, it must send you a message like 'It needs a search parameter'.
The correct order is:
!cfe [search parameter] [flag] [flag's value]
, but i tried with!cfe [flag] [flag's value] [search parameter]
.Steps to reproduce:
npm start
and wait for the ready message.!cfe -s adjudicado iot
.Expected result:
The result of the search with the filter of status.
Obtained result:
A message of there's no data available.
Result
Beta Was this translation helpful? Give feedback.
All reactions