Andre_601

Results 482 comments of Andre_601

> I got the following response from the GitHub Team: > > > It does appear you and the other users hit a timeout. The API(REST and GraphQL) has a...

I'm a bit confused... If I now understand this right would using this create a (temporary) file with information to later use for a direct connect, without first logging into...

I don't think that is the case as there seems to only be one login at the start and the shards just connect to the websocket. In addition does the...

From my experiences with my own bot and by checking the logs does JDA send such messages: ``` [ 06.10.2020 17:31:39 INFO ] [main] [ShardManager] - Login Successful! [ 06.10.2020...

Please fill out the **complete** issue template, including: - Current issue - Expected behaviour - Code Example or reproduction steps (Missing) - Code for for JDABuilder or DefaultShardManagerBuilder (Missing) -...

Is there a reason you call `build(false)`? You could add event listeners in the builder and then build it. ```java ShardManager shardManager = DefaultShardManagerBuilder.create(token) .addEventListeners(new Clazz()) .build(); ```

Quick update. I tested the different shortcuts and the following ones do not work: - Literally all of the `Screen Standards` section: - cga - qvga - vga - wvga...

I kind of encounter a similar issue. But for me is the issue that for whatever reasons the CSS file isn't transferred from the `assets` directory into the `gh-pages` branch...

I wonder if this would work slightly better when using issue forms... Could allow a general structure, tho idk...

> @Andre601 @TheLearneer I just created all-contributors GitHub action: https://github.com/actionwareio/all-contributors-action > > It solves almost all of your issues! And it's much more stable then bot (which doesn't work for...