about summary refs log tree commit diff
path: root/Bot
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2023-11-23 05:42:33 +0100
committerEmma [it/its]@Rory& <root@rory.gay>2023-11-23 05:42:33 +0100
commitefa7fb930c3d4a92cb720223886b39888d0b9c6e (patch)
tree42ebe42d43504c5a8faa58efc1a90eb8c5a88ac1 /Bot
parentUpdate to .net 8 (diff)
downloadLibMatrix.ExampleBot-efa7fb930c3d4a92cb720223886b39888d0b9c6e.tar.xz
Moderation bot work
Diffstat (limited to 'Bot')
-rw-r--r--Bot/Commands/CmdCommand.cs1
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;