mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 01:08:26 -04:00
10 lines
157 B
C#
10 lines
157 B
C#
namespace Discord.Commands
|
|
{
|
|
public class LeftoverAttribute : RemainderAttribute
|
|
{
|
|
public LeftoverAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|