Harry Cameron

Results 4 comments of Harry Cameron

What would be the correct code for having two functions running in one bot?

I'm on v1 so used this code `if __name__ == "__main__": with ts3.query.TS3Connection(HOST, PORT) as ts3conn: ts3conn.login(client_login_name=USER, client_login_password=PASS) ts3conn.use(sid=SID) register(ts3conn) with ts3.query.TS3Connection(HOST, PORT) as ts3conn2: ts3conn2.login(client_login_name=USER2, client_login_password=PASS2) ts3conn2.use(sid=SID) bot(ts3conn2)` but...

As it says, you need to assign your bot the 'Add Reactions' and 'Manage Messages' permissions

I get the same issue running snap carousel v3.9.1 on web