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()