small fix
This commit is contained in:
parent
dae76a705e
commit
09f8a51721
@ -162,7 +162,9 @@ class UploadPlugin:
|
|||||||
self.bot.privmsg(
|
self.bot.privmsg(
|
||||||
target,
|
target,
|
||||||
ircstyle.style("🔍 ", fg="blue") +
|
ircstyle.style("🔍 ", fg="blue") +
|
||||||
ircstyle.style("Searching YouTube for: ", fg="blue") +
|
ircstyle.style("Searching ", fg="blue") +
|
||||||
|
ircstyle.style("YouTube", fg="white", bg="red") +
|
||||||
|
ircstyle.style(" for: ", fg="blue") +
|
||||||
ircstyle.style(url_or_search_term, fg="green", underline=True, italics=True)
|
ircstyle.style(url_or_search_term, fg="green", underline=True, italics=True)
|
||||||
)
|
)
|
||||||
url = await self.search_youtube(url_or_search_term)
|
url = await self.search_youtube(url_or_search_term)
|
||||||
|
Loading…
Reference in New Issue
Block a user