Merge branch 'main' of https://github.com/vaporvee/discord-sdk-godot into polish-2.0

This commit is contained in:
Yannik
2023-05-16 18:26:18 +02:00
4 changed files with 47 additions and 0 deletions

View File

@@ -110,6 +110,9 @@ public:
void register_command(String value);
void register_steam(int32_t value);
Dictionary get_current_user();
void set_current_user(Dictionary value);
bool get_is_discord_working();
int get_result_int();
};