Initial split of the modules
This commit is contained in:
9
NadekoBot.Core/Common/CommandData.cs
Normal file
9
NadekoBot.Core/Common/CommandData.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace NadekoBot.Common
|
||||
{
|
||||
public class CommandData
|
||||
{
|
||||
public string Cmd { get; set; }
|
||||
public string Desc { get; set; }
|
||||
public string[] Usage { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user