Installation

  1. Download the Github repository, either the main branch or a tagged branch eg. 1.0.0 Download the repo as a zip file

  2. Copy the folder discord_gd from addons from the downloaded content to the addons folder in the directory of your project. If your project does not already have a addons folder, make a new one. Your project folder should look something like this: example project structure

  3. In the top menu bar of the Godot Editor, click on Project then Project Settings.

  4. In the new dialog Window that pops up, click on Plugins. Here make sure to check the Enable checkbox. project settings window

  5. You might need to close and open the Project for the plugin to load.

  6. To ensure the plugin is installed, check whether the DiscordBot node is added to Godot.

Back to top