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;