Skip to content

DiscordForge/DiscordForge

Repository files navigation

What is it?

DiscordForge is an unofficial plugin API for Discord. It allows people to write their own plugins and let people download them easily through the command line.

How does it work?

When you install DiscordForge into your client, there is a bootstrapper that loads the actual DiscordForge modloader into Discord. This means that instead of reinstalling the modloader every time there is an update, you can just update it and restart Discord. It's that simple to update DiscordForge.

How can I get it?

Here are the steps to install DiscordForge:

  • Get git
  • Get node
  • Clone the repository by running git clone https://github.com/DiscordForge/DiscordForge
  • Go into the src directory
  • Run node setup

If you want to inject DiscordForge into your client from the get-go, run discordforge inject.

How do I create a plugin?

Please refer to our "Creating a Plugin" wiki page for a guide on how to set up a repository and create a plugin.

Anything else you need to know about DiscordForge is located at the wiki. The wiki also contains more information.