2017-10-12 16:34:10 +02:00
|
|
|
|
namespace Geekbot.net.Lib
|
|
|
|
|
{
|
2018-04-30 23:44:19 +02:00
|
|
|
|
public static class CommandCategories
|
2017-10-12 16:34:10 +02:00
|
|
|
|
{
|
|
|
|
|
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";
|
|
|
|
|
}
|
|
|
|
|
}
|