Files
nadekobot/NadekoBot.Core/Common/Attributes/LeftoverAttribute.cs
2021-09-06 21:29:22 +02:00

10 lines
157 B
C#

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