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
{{ message }}
This repository was archived by the owner on Apr 6, 2025. It is now read-only.
Search command gives response only when 2 or less arguments are added.
Expected Behavior
Using the .search command should yield response no matter the number of arguments added.
Current Behavior
Using the .search command should yield response, yet it errors when entering more than two keywords or arguments
Possible Solution
Change the arg parse to accept all inputs, then sanitise
Steps to Reproduce