diff options
author | Rory& <root@rory.gay> | 2024-01-31 18:50:16 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-31 18:50:16 +0100 |
commit | d133a168c17d605236e967ff63728420ddb0ed98 (patch) | |
tree | ac467c42591db6fb6b920682dd54da1f707f8c0c /ExampleBots/PluralContactBotPoC/Bot/PluralContactBotConfiguration.cs | |
parent | Capabilities (diff) | |
download | LibMatrix-d133a168c17d605236e967ff63728420ddb0ed98.tar.xz |
Repo split
Diffstat (limited to 'ExampleBots/PluralContactBotPoC/Bot/PluralContactBotConfiguration.cs')
-rw-r--r-- | ExampleBots/PluralContactBotPoC/Bot/PluralContactBotConfiguration.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ExampleBots/PluralContactBotPoC/Bot/PluralContactBotConfiguration.cs b/ExampleBots/PluralContactBotPoC/Bot/PluralContactBotConfiguration.cs deleted file mode 100644 index f5c21af..0000000 --- a/ExampleBots/PluralContactBotPoC/Bot/PluralContactBotConfiguration.cs +++ /dev/null @@ -1,9 +0,0 @@ -using Microsoft.Extensions.Configuration; - -namespace PluralContactBotPoC.Bot; - -public class PluralContactBotConfiguration { - public PluralContactBotConfiguration(IConfiguration config) => config.GetRequiredSection("PluralContactBot").Bind(this); - - // public string -} |