about summary refs log tree commit diff
path: root/MatrixContentFilter/Commands/NewRoomCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixContentFilter/Commands/NewRoomCommand.cs')
-rw-r--r--MatrixContentFilter/Commands/NewRoomCommand.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/MatrixContentFilter/Commands/NewRoomCommand.cs b/MatrixContentFilter/Commands/NewRoomCommand.cs

index b8becd4..916649e 100644 --- a/MatrixContentFilter/Commands/NewRoomCommand.cs +++ b/MatrixContentFilter/Commands/NewRoomCommand.cs
@@ -1,12 +1,4 @@ -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;