Maxim Teplinsky

Results 18 comments of Maxim Teplinsky

@CptKirk, hello! Any updates on the research?

Same issue here, looks like Discord updated something

> Yeah you need a captcha solving api from now on Yes, but discord api does not send the key. Usually you it sends the captcha-key param, which can be...

> Oh, I understand. I'd like to help, any advice on where to start? I guess we need to check, how the initialization process differs since the latest discord release...

@dolfies, what are you even talking about? Let me clarify the thing. The latest discord update caused all self-bots libraries unable to join any guild from invite code. What keys?...

> > @dolfies, what are you even talking about? Let me clarify the thing. The latest discord update caused all self-bots libraries unable to join any guild from invite code....

@hoemotion, please, read the first post in this issue. Now they send ` [+] (joinGuildRaw) Response

It was a long time ago, but as I remember I did all the `@bot.gateway.command`-functions before calling threaded code

Hello! Since 2 years I didn't find any variant, how to pass keepalive options to an engine\connection\etc, as it is possible in psycopg2. ``` engine = create_async_engine( SQLALCHEMY_DATABASE_URL, connect_args={ "keepalives":...