bugfix: sing
This commit is contained in:
		| @@ -159,7 +159,9 @@ class Sing(commands.Cog): | ||||
|                     await ctx.respond("ERR: No search result") | ||||
|                     return | ||||
|                  | ||||
|                 if isinstance(search_result[0], str): | ||||
|                  | ||||
|                 if len(search_result) == 1 and\ | ||||
|                     isinstance(search_result[0][0], str): | ||||
|                     return await ctx.send("ERR: No search result") # Error message from API            | ||||
|                  | ||||
|                 (search_result_artist, search_result_song, search_result_src, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user