diff options
author | Rory& <root@rory.gay> | 2024-02-23 12:31:43 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-23 12:31:43 +0100 |
commit | 8579db2c9099630b6a268015d586db73435032f0 (patch) | |
tree | 6b16adca592da2069943b9cbc518fc55d01713d7 /ModerationBot.cs | |
parent | Add gitignore, license, editorconfig (diff) | |
download | ModerationBot-8579db2c9099630b6a268015d586db73435032f0.tar.xz |
Changes
Diffstat (limited to 'ModerationBot.cs')
-rw-r--r-- | ModerationBot.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ModerationBot.cs b/ModerationBot.cs index 2424eee..791d3b5 100644 --- a/ModerationBot.cs +++ b/ModerationBot.cs @@ -30,7 +30,6 @@ public class ModerationBot(AuthenticatedHomeserverGeneric hs, ILogger<Moderation } private async Task Run(CancellationToken cancellationToken) { - return; if (Directory.Exists("bot_data/cache")) Directory.GetFiles("bot_data/cache").ToList().ForEach(File.Delete); |