2 lines
44 B
Python
2 lines
44 B
Python
def join_rooms(bot):
|
|
bot.join_room("test")
|
def join_rooms(bot):
|
|
bot.join_room("test")
|