about summary refs log tree commit diff
path: root/MatrixContentFilter/Commands/GetConfigCommand.cs
diff options
context:
space:
mode:
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;