diff options
Diffstat (limited to 'MatrixRoomUtils.Bot/Bot/Interfaces/ICommand.cs')
-rw-r--r-- | MatrixRoomUtils.Bot/Bot/Interfaces/ICommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Bot/Bot/Interfaces/ICommand.cs b/MatrixRoomUtils.Bot/Bot/Interfaces/ICommand.cs index b57d8c9..20805b1 100644 --- a/MatrixRoomUtils.Bot/Bot/Interfaces/ICommand.cs +++ b/MatrixRoomUtils.Bot/Bot/Interfaces/ICommand.cs @@ -1,4 +1,4 @@ -namespace MatrixRoomUtils.Bot.Interfaces; +namespace MatrixRoomUtils.Bot.Bot.Interfaces; public interface ICommand { public string Name { get; } |