Renamed Unparsed -> Remainder. Fixed non-string remainder parameters.

This commit is contained in:
RogueException
2016-07-29 23:09:23 -03:00
parent f552c37cfe
commit c5569a44ea
4 changed files with 20 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
namespace Discord.Commands
{
[AttributeUsage(AttributeTargets.Parameter)]
public class UnparsedAttribute : Attribute
public class RemainderAttribute : Attribute
{
}
}