Joe4evr

Results 65 comments of Joe4evr
trafficstars

@Chris-Johnston `Color` is currently a struct, though.

Just FYI, [`value` is not a keyword that needs to be escaped](https://sharplab.io/#v2:EYLgtghgzgLgpgJwDQxASwDYB8ACBmAAhwCYCBhAWACgBvaghownAFgIFkAKAVzQDsYBAG4QM3OAEp6jOlUYEAvtQVA=).

I'll write some tomorrow, it's getting late here.

So because I had to deal with Discord's rate limits to get these numbers, I'm cutting out the timing columns from this table: | Method | Ratio | RatioSD |...

> ```cs > commandService.AddTypeReader(new DayOfWeekReader(), true); > ``` > > **Expected result**: The custom DayOfWeekReader is added to the list and no warning is logged, according to the documentation. >...

It sounds like you might've been doing things wrong. * Generalized help commands need only the `CommandService` instance to be injected, doing a lookup at the time the command is...

> My static doc generator, which in the past did not need runtime instantiation of the modules, now transitively requires it because Discord.NET performs an instantiation when adding modules to...

> As for setting up the container prior to registering modules, there are people (myself included) who prefer to add their command service to the service provider. Even then, there...

> reflection-only inspection of command modules > My static generator is static, and has always been static. This is a contradiction. An *actual* static tool looks at the raw code...