Browse Source

) en trop

master
nemesis 4 years ago
parent
commit
86bc74e680
  1. 2
      asmodee.py

2
asmodee.py

@ -2062,7 +2062,7 @@ def invidious(room, event): # convertit un lien youtube en lien invidious
rmod = modules[room.room_id, 'invidious']
except:
modules[room.room_id, 'invidious'] = False
if (modules[room.room_id, 'invidious']) and not event['sender'] == bot.client.user_id):
if (modules[room.room_id, 'invidious'] and not event['sender'] == bot.client.user_id):
url = event['content']['body']
try:
res = re.sub(r"^.*\?v=([^& ]*).*$", r"\1", url)

Loading…
Cancel
Save