Fix small typo

This commit is contained in:
Finite Reality
2016-07-30 21:39:07 +01:00
committed by RogueException
parent c8fc0ffa33
commit 5ce609c323

View File

@@ -100,7 +100,7 @@ namespace Discord.Commands
if (reader == null && underlyingTypeInfo.IsEnum)
{
reader = EnumTypeReader.GetReader(type);
reader = EnumTypeReader.GetReader(underlyingType);
Module.Service.AddTypeReader(type, reader);
}