silences the damned discord logs once and for all

This commit is contained in:
Mappening 2024-04-24 05:18:20 -05:00
parent 5153207ed2
commit b0b0438f55
1 changed files with 2 additions and 2 deletions

View File

@ -49,6 +49,6 @@ define discord.start_label = "storyline"
# These variables control the print functions across this script. They work if True, they're ignored if False.
# Prints are shown inside game's console (if turned on in the Ren'Py Launcher) and in the game's log.txt file.
define discord.log_important = True # Shows whether the Presence was initialized and closed correctly.
define discord.log_important = False # Shows whether the Presence was initialized and closed correctly.
define discord.log_properties = False # Records properties whenever they change with set or update methods.
define discord.log_restore = True # Notes whenever the properties get rolled back or loaded from a save file, and what they were restored into.
define discord.log_restore = False # Notes whenever the properties get rolled back or loaded from a save file, and what they were restored into.