From b1b9cf7333dca01fd454fedc2b3d6e99066f53b8 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 12 Aug 2022 23:52:43 +0200 Subject: Add test plugin --- plugins/example-plugin/plugin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/example-plugin/plugin.json (limited to 'plugins/example-plugin/plugin.json') diff --git a/plugins/example-plugin/plugin.json b/plugins/example-plugin/plugin.json new file mode 100644 index 00000000..980edbdf --- /dev/null +++ b/plugins/example-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "id": "example-plugin", + "name": "Fosscord example plugin", + "authors": [ + "The Arcane Brony" + ], + "repository": "https://github.com/fosscord/fosscord-server", + "license": "" +} -- cgit 1.5.1