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 /Bot | |
parent | Update to .net 8 (diff) | |
download | LibMatrix.ExampleBot-efa7fb930c3d4a92cb720223886b39888d0b9c6e.tar.xz |
Moderation bot work
Diffstat (limited to 'Bot')
-rw-r--r-- | Bot/Commands/CmdCommand.cs | 1 |
1 files changed, 1 insertions, 0 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; |