ProjectMakoto/PLUGINS.md
2025-01-27 18:58:08 +01:00

2.1 KiB

Makoto

A feature packed discord bot!

Developing Plugins

  1. Download the latest version of Makoto here.

  1. Download the example plugin's source code here.

  1. Create a folder called deps in the root directory of the example plugin.

  2. Drop all files of release zip archive into the deps folder.

  3. Open the project.

  4. Specify your Plugin's Name, Author and other details in ExamplePlugin.cs.

    • The comments should help you get started.
    • You can rename this file, project and everything else, inheriting the BasePlugin is what matters for Makoto to find and load your plugin.

Testing your plugin

You need to set up Makoto (Guide). Running/Debugging Makoto with all necessary dependencies.

To run Makoto, you can instead use dotnet run ProjectMakoto.dll in the folder you saved Makoto to in Step 1 of Developing.