Files
nadekobot/src/NadekoBot/Common/Attributes/LeftoverAttribute.cs

10 lines
157 B
C#

namespace Discord.Commands
{
public class LeftoverAttribute : RemainderAttribute
{
public LeftoverAttribute()
{
}
}
}