Command Categories (more or less)
This commit is contained in:
parent
f30c136785
commit
58ba2980f9
29 changed files with 97 additions and 17 deletions
15
Geekbot.net/Lib/CommandCategories.cs
Normal file
15
Geekbot.net/Lib/CommandCategories.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
namespace Geekbot.net.Lib
|
||||
{
|
||||
public class CommandCategories
|
||||
{
|
||||
public const string Randomness = "Randomness";
|
||||
public const string Karma = "Karma";
|
||||
public const string Quotes = "Quotes";
|
||||
public const string Fun = "Fun";
|
||||
public const string Statistics = "Statistics";
|
||||
public const string Helpers = "Helpers";
|
||||
public const string Games = "Games";
|
||||
public const string Admin = "Admin";
|
||||
public const string Uncategorized = "Uncategorized";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue