about summary refs log tree commit diff
path: root/MatrixContentFilter/Commands/GetConfigCommand.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-12 19:52:15 +0100
committerRory& <root@rory.gay>2025-03-12 19:52:15 +0100
commitbdf058ab5c936463a022f62ffbb55bb71c26e856 (patch)
tree69914accad80f10dd8d87e3738e820c58f042537 /MatrixContentFilter/Commands/GetConfigCommand.cs
parentInitial commit (diff)
downloadMatrixContentFilter-master.tar.xz
More work HEAD master
Diffstat (limited to 'MatrixContentFilter/Commands/GetConfigCommand.cs')
-rw-r--r--MatrixContentFilter/Commands/GetConfigCommand.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/MatrixContentFilter/Commands/GetConfigCommand.cs b/MatrixContentFilter/Commands/GetConfigCommand.cs

index bac00ca..ebd059c 100644 --- a/MatrixContentFilter/Commands/GetConfigCommand.cs +++ b/MatrixContentFilter/Commands/GetConfigCommand.cs
@@ -1,12 +1,8 @@ -using System.Text; using ArcaneLibs.Attributes; using ArcaneLibs.Extensions; -using LibMatrix.EventTypes.Spec; using LibMatrix.Helpers; -using LibMatrix.Utilities.Bot.Commands; using LibMatrix.Utilities.Bot.Interfaces; using MatrixContentFilter.EventTypes; -using Microsoft.Extensions.DependencyInjection; namespace MatrixContentFilter.Commands;