diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index f8d9894..92f2cb3 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -7,6 +7,8 @@ offprojects = launchfolder + "/OfficialProjects/" launcherfiles = offprojects + "/LAUNCHERFILES/" launchergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py" launcherguigithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherMain.py" +launcherremindergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherReminder.py" + ################### Checking folders ##################### if not os.path.exists(offprojects):