Metal for symbiose
This commit is contained in:
parent
3c45c70238
commit
1a601a7a47
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue