CommandPipeline takes too many arguments when the command name is the same as the module
To reproduce:
[Module("test")]
public class TestMod {
[Command("test")]
public async Task TestAsync(IContext context) {
e.GetArgumentPack().Take(out string str);
}
}
CommandPipeline takes too many arguments when the command name is the same as the module
To reproduce: