From 06d322b5b3faa14ed798c3afebed74749a2feac9 Mon Sep 17 00:00:00 2001 From: Andrei Tudor Date: Sat, 5 Aug 2023 21:53:08 +0300 Subject: [PATCH] Removed temp file creation --- DiscordBot/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/DiscordBot/Program.cs b/DiscordBot/Program.cs index dfe87e6..6458901 100644 --- a/DiscordBot/Program.cs +++ b/DiscordBot/Program.cs @@ -170,8 +170,6 @@ public class Program URLs = new SettingsDictionary("./Data/Resources/URLs.json"); - File.WriteAllText("temp.txt", string.Join(" ", URLs.Keys)); - Logger.LogEvent += (message, type, isInternal) => { if (isInternal) return;