submodule对gitea不管用,所以直接拉了一份拉格兰
This commit is contained in:
14
Lagrange.Core/Lagrange.OneBot/Constant.cs
Normal file
14
Lagrange.Core/Lagrange.OneBot/Constant.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Lagrange.OneBot;
|
||||
|
||||
internal static class Constant
|
||||
{
|
||||
public const string OneBotImpl = "Lagrange.OneBot";
|
||||
|
||||
public const int OneBotProtocolVersion = 11;
|
||||
|
||||
public const string OneBotImplVersion = "0.0.3";
|
||||
|
||||
public const bool CanSendImage = true;
|
||||
|
||||
public const bool CanSendRecord = true;
|
||||
}
|
||||
Reference in New Issue
Block a user