diff options
author | Emma [it/its]@Rory& <root@rory.gay> | 2023-11-23 05:42:33 +0100 |
---|---|---|
committer | Emma [it/its]@Rory& <root@rory.gay> | 2023-11-23 05:42:33 +0100 |
commit | efa7fb930c3d4a92cb720223886b39888d0b9c6e (patch) | |
tree | 42ebe42d43504c5a8faa58efc1a90eb8c5a88ac1 | |
parent | Update to .net 8 (diff) | |
download | LibMatrix.ExampleBot-efa7fb930c3d4a92cb720223886b39888d0b9c6e.tar.xz |
Moderation bot work
-rw-r--r-- | Bot/Commands/CmdCommand.cs | 1 | ||||
-rw-r--r-- | LibMatrix.ExampleBot.csproj | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Bot/Commands/CmdCommand.cs b/Bot/Commands/CmdCommand.cs index f3b4dde..ea42597 100644 --- a/Bot/Commands/CmdCommand.cs +++ b/Bot/Commands/CmdCommand.cs @@ -1,4 +1,5 @@ using ArcaneLibs.Extensions; +using ArcaneLibs.StringNormalisation; using LibMatrix.EventTypes.Spec; using LibMatrix.ExampleBot.Bot.Interfaces; diff --git a/LibMatrix.ExampleBot.csproj b/LibMatrix.ExampleBot.csproj index 3e33be8..94c9045 100644 --- a/LibMatrix.ExampleBot.csproj +++ b/LibMatrix.ExampleBot.csproj @@ -22,7 +22,8 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" /> + <PackageReference Include="ArcaneLibs.StringNormalisation" Version="1.0.0-preview6876311209.3b815f2" /> + <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" /> </ItemGroup> <ItemGroup> <Content Include="appsettings*.json"> |