Type Readers
Type Readers are responsible for parsing command and interaction arguments. Some are built-in, so you don't need to create them. To use custom Type Readers, add them to your ...ServiceConfiguration.TypeReaders
or use ...ParameterAttribute.TypeReaderType
on a specified argument.