about summary refs log tree commit diff
path: root/Bot/Interfaces
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-19 00:16:36 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-19 00:16:36 +0200
commit2dcab0b91969ae4b3e617008d8a0caa794b44582 (patch)
treed23461b712ffec8c9370868b85bfb7c4c369ff89 /Bot/Interfaces
parentSome refactoring (diff)
downloadLibMatrix.ExampleBot-2dcab0b91969ae4b3e617008d8a0caa794b44582.tar.xz
Add more stuff, add unit tests
Diffstat (limited to 'Bot/Interfaces')
-rw-r--r--Bot/Interfaces/CommandContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bot/Interfaces/CommandContext.cs b/Bot/Interfaces/CommandContext.cs

index 3715cb6..9b6ef7a 100644 --- a/Bot/Interfaces/CommandContext.cs +++ b/Bot/Interfaces/CommandContext.cs
@@ -1,6 +1,6 @@ +using LibMatrix.EventTypes.Spec; using LibMatrix.Responses; using LibMatrix.RoomTypes; -using LibMatrix.StateEventTypes.Spec; namespace LibMatrix.ExampleBot.Bot.Interfaces;