Metal for symbiose

This commit is contained in:
Pedro de Oliveira 2020-03-25 17:30:59 +00:00
parent 3c45c70238
commit 1a601a7a47
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ class Metal(callbacks.Plugin):
Returns the matched Band with <text>, at [position].
"""
if text.lower() == 'slipknot':
irc.reply("CLARO QUE É METAL synbiose", prefixNick=False)
return
response = requests.get(
"https://www.metal-archives.com/search/ajax-band-search/",
params={ 'field': 'name', 'query': text },