Merge pull request #546 from iceljc/features/add-file-handler

Features/add file handler
This commit is contained in:
C. Oceania 2024-07-16 17:51:07 -05:00 committed by GitHub
commit c81e2ed3d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
using BotSharp.Plugin.FileHandler.Hooks;
using Microsoft.Extensions.Configuration;
namespace BotSharp.Plugin.FileReader;
namespace BotSharp.Plugin.FileHandler;
public class FileHandlerPlugin : IBotSharpPlugin
{