Para

Results 12 comments of Para

This is a limitation put in place by Telegram, not @sochix . When doing many operations at once, you definitely want to put a `Thread.Sleep` or `await Task.Delay` in between...

Technically, the Telegram limits are supposed to be for when calling the same method with the _same parameters_ multiple times. On each iteration, do a console.writeline and make sure it's...

![](https://github.trello.services/images/mini-trello-icon.png) [[Werewolf] "Renatone the {role}" -> role should be the most winning one](https://trello.com/c/F2JqBQZM/7-werewolf-renatone-the-role-role-should-be-the-most-winning-one)

There are a couple game timer configurations planned. One will be where an admin of the group can advance the timer, the other will be a "real time" game, where...

The issue with allowing an admin to advance the timer is there is not always an admin watching every single game, let alone playing every single game.

![](https://github.trello.services/images/mini-trello-icon.png) [[Werewolf] Forgive AFKs that happen when bot status is not "Normal" (bot lags)](https://trello.com/c/tEyUaYXZ/8-werewolf-forgive-afks-that-happen-when-bot-status-is-not-normal-bot-lags)

This is a bit harder than you might think, with the current way the description is saved. I'll have to do something about it later. At the moment, the new...

I'm having this same issue. In my app startup, I configure the client and register my event handler. I get zero events, unless I log in. ``` internal static async...

Update: I was finally able to get it to start receiving updates by change the last few lines to this: ``` clientApi = await ClientFactory.BuildClientAsync(settings).ConfigureAwait(false); Log.WriteLine("Connected, creating event handler"); clientApi.UpdatesService.RecieveUpdates...

@DukeNuken just for fun, try changing the red to white, and the white text to black. That worked for me. However, I'd like to add that it seems to have...