How to update¶
As of Godot 3, there is no proper way to update plugins in a clean method. As a workaround:
- Disable the plugin (Project Settings > Plugins > Discord.gd)
- Close all your scenes (or close Godot entirely)
- Delete the
addons/discord.gd
folder from your project directory - Follow the installation steps here to install the new version