mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
dev: Renamed some classes, making the new string model work
This commit is contained in:
@@ -15,4 +15,7 @@ public sealed class CmdAttribute : CommandAttribute
|
||||
Remarks = memberName.ToLowerInvariant();
|
||||
Summary = memberName.ToLowerInvariant();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public sealed class PromptableAttribute: Attribute;
|
Reference in New Issue
Block a user