about summary refs log tree commit diff
path: root/Commands/BanMediaCommand.cs
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2023-12-14 07:20:46 +0100
committerEmma [it/its]@Rory& <root@rory.gay>2023-12-14 07:20:46 +0100
commit98ffdd52b855d315d63cb1d75b0d51cfe200744a (patch)
tree45c7826e92d21fdd9408979befbb05fe22f05a18 /Commands/BanMediaCommand.cs
parentCleanup, move ArcaneLibs to submodule instead of parent submodule (diff)
downloadModerationBot-98ffdd52b855d315d63cb1d75b0d51cfe200744a.tar.xz
Cleanup
Diffstat (limited to 'Commands/BanMediaCommand.cs')
-rw-r--r--Commands/BanMediaCommand.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Commands/BanMediaCommand.cs b/Commands/BanMediaCommand.cs

index 9e49b22..535fd4f 100644 --- a/Commands/BanMediaCommand.cs +++ b/Commands/BanMediaCommand.cs
@@ -1,4 +1,3 @@ -using System.Buffers.Text; using System.Security.Cryptography; using ArcaneLibs.Extensions; using LibMatrix; @@ -7,7 +6,6 @@ using LibMatrix.Helpers; using LibMatrix.Services; using LibMatrix.Utilities.Bot.Interfaces; using ModerationBot.AccountData; -using ModerationBot.StateEventTypes; using ModerationBot.StateEventTypes.Policies.Implementations; namespace ModerationBot.Commands;