Renamed Unparsed -> Remainder. Fixed non-string remainder parameters.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Discord.Commands
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Parameter)]
|
||||
public class UnparsedAttribute : Attribute
|
||||
public class RemainderAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user