Lucas Gomes
Lucas Gomes
Ok, Sorry
@kaaax0815, corde was expecting the property `timeOut`, not `timeout` as is in your config. I've renamed corde to use the nomenclature that you are using (which is the correct one)....
@kaaax0815 looks like that the problem is in yours commands. `invite` command is throwing an invalid URL. ``` Unhandled Rejection at: Promise { [ at toReturn processTicksAndRejections (node:internal/process/task_queues:96:5)] { name:...
Hi, again @HeCorr. This is really helpful. Thank you for the suggestion. The code that you just showed does not work because corde adds each `expect` call into a queue...
@kaaax0815 the bot check if the `message.author` is *in* a voice channel. That is it? If so, right after release the function for issue #722, I will work on this...
Hi @AverageHelper. Well... I was off from this project for a while, but I am finally back. Thank you so much for the contribution and sorry for the delay.
I've found a workaround: ```c# public class SwaggerEnumerable : IModelBinder where T : IEnumerable { public Task BindModelAsync(ModelBindingContext bindingContext) { var val = bindingContext.ValueProvider.GetValue(bindingContext.FieldName); var first = string.Concat("[", string.Join(",", val.ToList()),...