[Audio] Fix local search (#4553)

This commit is contained in:
Draper 2020-10-28 16:07:50 +00:00 committed by GitHub
parent 4aa84a5d22
commit 0feacee7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -643,9 +643,9 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
<search term>` to search on SoundCloud instead of YouTube.
"""
if not isinstance(query, (str, Query)):
if not isinstance(query, (str, list, Query)):
raise RuntimeError(
f"Expected 'query' to be a string or Query object but received: {type(query)} - this is an unexpected argument type, please report it."
f"Expected 'query' to be a string, list or Query object but received: {type(query)} - this is an unexpected argument type, please report it."
)
async def _search_menu(