Browse Source

modo sur invitation

master
Nemesis 6 years ago
parent
commit
d543692ad1
  1. 3
      asmodee.py

3
asmodee.py

@ -1495,6 +1495,9 @@ def invitations(room_id, state): # Reponse aux invitations
try:
global bot
bot.client.join_room(room_id)
room_id = event['room_id']
room = bot.client.rooms[room_id]
if ('welcome' in liste_mod):
modules[room.room_id, 'welcome'] = True
if ('roll' in liste_mod):

Loading…
Cancel
Save