Skip to content

Commit

Permalink
Move Operation to different folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored and Linwenxuan committed Oct 14, 2023
1 parent a373630 commit 4b3ca34
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Lagrange.Core.Common.Interface.Api;
using Lagrange.OneBot.Core.Entity.Action;

namespace Lagrange.OneBot.Core.Operation.Message;
namespace Lagrange.OneBot.Core.Operation.Group;

[Operation("set_group_admin")]
public class SetGroupAdminOperation : IOperation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Lagrange.Core.Common.Interface.Api;
using Lagrange.OneBot.Core.Entity.Action;

namespace Lagrange.OneBot.Core.Operation.Message;
namespace Lagrange.OneBot.Core.Operation.Group;

[Operation("set_group_ban")]
public class SetGroupBanOperation : IOperation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Lagrange.Core.Common.Interface.Api;
using Lagrange.OneBot.Core.Entity.Action;

namespace Lagrange.OneBot.Core.Operation.Message;
namespace Lagrange.OneBot.Core.Operation.Group;

[Operation("set_group_kick")]
public class SetGroupKickOperation : IOperation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Lagrange.Core.Common.Interface.Api;
using Lagrange.OneBot.Core.Entity.Action;

namespace Lagrange.OneBot.Core.Operation.Message;
namespace Lagrange.OneBot.Core.Operation.Group;

[Operation("set_group_whole_ban")]
public class SetGroupWholeBanOperation : IOperation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Lagrange.OneBot.Core.Entity.Action;
using Lagrange.OneBot.Core.Entity.Action.Response;

namespace Lagrange.OneBot.Core.Operation.Message;
namespace Lagrange.OneBot.Core.Operation.Info;

[Operation("get_login_info")]
public class GetLoginInfoOperation : IOperation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Lagrange.OneBot.Core.Entity.Action;
using Lagrange.OneBot.Core.Entity.Action.Response;

namespace Lagrange.OneBot.Core.Operation.Message;
namespace Lagrange.OneBot.Core.Operation.Info;

[Operation("get_version_info")]
public class GetVersionInfoOperation : IOperation
Expand Down
1 change: 1 addition & 0 deletions Lagrange.OneBot/Lagrange.OneBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.17" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Websocket.Client" Version="5.0.0" />
<PackageReference Include="ZXing.Net" Version="0.16.9" />
Expand Down

0 comments on commit 4b3ca34

Please sign in to comment.