From eb8396fb9d7dc9d528360bc2c0761cbdd3030ac2 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Sat, 22 Apr 2023 22:34:25 +0200 Subject: [PATCH] removed todo --- project/main.gd | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/project/main.gd b/project/main.gd index 7c1e01f..b05983d 100644 --- a/project/main.gd +++ b/project/main.gd @@ -2,9 +2,7 @@ extends Node func _ready(): DiscordSDK.app_id = 918857075105349632 - print(DiscordSDK.app_id) DiscordSDK.details = "Made with GDExtension" - print(DiscordSDK.details) - DiscordSDK.state = "This is a test from GDScript in Godot 4" #TODO:Change functions to variables if possible - print(DiscordSDK.state) + DiscordSDK.state = "This is a test from GDScript in Godot 4" + DiscordSDK.refresh()