diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-10 22:17:53 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-10 22:17:53 +0200 |
commit | 1eec6bb14f08124e1e8d6f2e0b072862590f1ff1 (patch) | |
tree | 23d5d39a0a37f0105c7d810f9634412f5b3f5c43 /Utilities/LibMatrix.Utilities.Bot/Interfaces | |
parent | Small refactors (diff) | |
download | LibMatrix-1eec6bb14f08124e1e8d6f2e0b072862590f1ff1.tar.xz |
Set timeout for command listener
Diffstat (limited to '')
-rw-r--r-- | Utilities/LibMatrix.Utilities.Bot/Interfaces/CommandContext.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/LibMatrix.Utilities.Bot/Interfaces/CommandContext.cs b/Utilities/LibMatrix.Utilities.Bot/Interfaces/CommandContext.cs index 97984fd..2d04e37 100644 --- a/Utilities/LibMatrix.Utilities.Bot/Interfaces/CommandContext.cs +++ b/Utilities/LibMatrix.Utilities.Bot/Interfaces/CommandContext.cs @@ -1,6 +1,5 @@ using LibMatrix.EventTypes.Spec; using LibMatrix.Homeservers; -using LibMatrix.Responses; using LibMatrix.RoomTypes; namespace LibMatrix.Utilities.Bot.Interfaces; |