Alex Lindstrom

Results 46 comments of Alex Lindstrom

Simply adding an InteractiveService to the ServiceCollection, and then inheriting InteractiveBase in one of my command modules. ```csharp _services = new ServiceCollection() // Microsoft.Extensions.DependencyInjection .AddSingleton(_client) .AddSingleton(_commands) .AddSingleton(); //.AddSingleton() ``` ```csharp...

After some further poking around, I fixed my issue! I was simply using an IServiceCollection rather than an IServiceProvider. Thank you for helping me, I probably wouldn't have looked further...

Actually I spoke too soon, for some reason when I execute a command in a module that implements InteractiveBase, it spits out "Failed to create "HSBot.Modules.SampleModule", dependency "InteractiveService" was not...

What GPUs are compatible exactly?

Yet another kind bump ! :) can we make this happen?

+1 this would be huge !

Thank you for your research!

bumping this! :)

@PrParadoxy Your comment was very thoughtful and well said. I agree that it is an extremely important thing to try and get right to make p2p available for those without...