From 683293c58239cc348f3b16ec97a5d1e0c44de6b9 Mon Sep 17 00:00:00 2001 From: Pukima Date: Wed, 3 May 2023 22:34:20 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 91313a1..e9dbd05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +Project Banner ![HitCount](https://hits.dwyl.com/vaporvee/discord-sdk-godot.svg) @@ -28,14 +28,14 @@ func _ready(): Discord_Activity.small_image = "boss" # Image key from "Art Assets" 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.start_timestamp = int(Time.get_unix_time_from_system()) # "02:46 elapsed" # 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! ``` -#### Then it should look like this: - +#### Then it will look similar to this: +Activity Preview ### [Try a built demo](https://github.com/vaporvee/discord-sdk-godot/releases/latest/download/Demo-Export.zip) :incoming_envelope: Still questions? write an [issue](https://github.com/vaporvee/discord-sdk-godot/issues)! I'll answer very fast :) @@ -44,7 +44,7 @@ func _ready():
### Credit -[@Pukimaa](https://github.com/pukimaa) - Logo Design +[@Pukimaa](https://github.com/pukimaa) - Designer