From 7a029105f6e5ab8a0e72b58b2c2daed27c148938 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Tue, 25 Apr 2023 22:33:49 +0200 Subject: [PATCH] didnt merge the readme correctly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2d6c43..a8d39ec 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ func _ready(): Discord_Activity.small_image_text = "Fighting the end boss! D:" Discord_Activity.start_timestamp = int(Time.get_unix_time_from_system()) # "02:41 elapsed" - #Discord_Activity.end_timestamp = 2492978400 # "15:41 left" (but currently 31. 12. 2048 in unix time) + # Discord_Activity.end_timestamp = int(Time.get_unix_time_from_system()) + 3600 # +1 hour in unix time Discord_Activity.refresh() # Always refresh after changing the values!