namespace NadekoBot.Medusa; /// /// Marks the parameter to take /// [AttributeUsage(AttributeTargets.Parameter)] public class leftoverAttribute : Attribute { }