diff --git a/project/addons/discord-rpc-gd/bin/libgd-discordrpc.windows.template_debug.x86_64.dll b/project/addons/discord-rpc-gd/bin/libgd-discordrpc.windows.template_debug.x86_64.dll index faa736f..9406b39 100644 Binary files a/project/addons/discord-rpc-gd/bin/libgd-discordrpc.windows.template_debug.x86_64.dll and b/project/addons/discord-rpc-gd/bin/libgd-discordrpc.windows.template_debug.x86_64.dll differ diff --git a/src/main.cpp b/src/main.cpp index 6949115..0c08c48 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,8 +26,8 @@ void DiscordRPC::_ready() { auto result = discord::Core::Create(461618159171141643, DiscordCreateFlags_Default, &core); discord::Activity activity{}; - activity.SetState("Testing"); - activity.SetDetails("Fruit Loops"); + activity.SetState("Test from Godot!"); + activity.SetDetails("I worked months on this"); core->ActivityManager().UpdateActivity(activity, [](discord::Result result) { }); diff --git a/src/main.windows.template_debug.x86_64.obj b/src/main.windows.template_debug.x86_64.obj index 93e1645..3444e72 100644 Binary files a/src/main.windows.template_debug.x86_64.obj and b/src/main.windows.template_debug.x86_64.obj differ