Improved typereader not found message
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Discord.Commands.Builders
|
|||||||
internal ParameterInfo Build(CommandInfo info)
|
internal ParameterInfo Build(CommandInfo info)
|
||||||
{
|
{
|
||||||
if (TypeReader == null)
|
if (TypeReader == null)
|
||||||
throw new InvalidOperationException($"No default TypeReader found, one must be specified");
|
throw new InvalidOperationException($"No type reader found for type {ParameterType.Name}, one must be specified");
|
||||||
|
|
||||||
return new ParameterInfo(this, info, Command.Module.Service);
|
return new ParameterInfo(this, info, Command.Module.Service);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user