namespace NadekoBot.Medusa; /// /// Marks services in command arguments for injection. /// The injected services must come after the context and before any input parameters. /// public class injectAttribute : Attribute { }