about summary refs log tree commit diff
path: root/Tests/TestDataGenerator
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-03-22 17:45:19 +0100
committerEmma [it/its]@Rory& <root@rory.gay>2024-03-22 17:45:19 +0100
commitfc3d89ad7422dedb8763783c6ebb5d70fcc2c536 (patch)
treed46e22858059b76e8968704926d8f4685853be30 /Tests/TestDataGenerator
parentChanges (diff)
downloadLibMatrix-fc3d89ad7422dedb8763783c6ebb5d70fcc2c536.tar.xz
Fix merge conficts between machines
Diffstat (limited to 'Tests/TestDataGenerator')
-rw-r--r--Tests/TestDataGenerator/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestDataGenerator/Program.cs b/Tests/TestDataGenerator/Program.cs
index 5c20958..2583817 100644
--- a/Tests/TestDataGenerator/Program.cs
+++ b/Tests/TestDataGenerator/Program.cs
@@ -19,7 +19,7 @@ var host = Host.CreateDefaultBuilder(args).ConfigureServices((_, services) => {
     services.AddSingleton<AppServiceConfiguration>();
 
     services.AddRoryLibMatrixServices();
-    services.AddBot(false);
+    services.AddMatrixBot();//.AddCommandHandler().AddCommands([typeof()]);
 
     services.AddHostedService<DataFetcher>();
 }).UseConsoleLifetime().Build();