Skip to content

Commit c81e2ed

Browse files
authored
Merge pull request #546 from iceljc/features/add-file-handler
Features/add file handler
2 parents 909b341 + 7fd9476 commit c81e2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugins/BotSharp.Plugin.FileHandler/FileHandlerPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using BotSharp.Plugin.FileHandler.Hooks;
22
using Microsoft.Extensions.Configuration;
33

4-
namespace BotSharp.Plugin.FileReader;
4+
namespace BotSharp.Plugin.FileHandler;
55

66
public class FileHandlerPlugin : IBotSharpPlugin
77
{

0 commit comments

Comments
 (0)