diff --git a/app/Main.hs b/app/Main.hs index c46d5d9..277b075 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -97,7 +97,6 @@ onDiscordStart conf eventSystem = do else pure () ) reminddata - liftIO $ removeFile "reminds.data" onDiscordEvent :: Config -> E.EventSystem -> Event -> DiscordHandler ()