mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-29 16:04:14 +00:00
Update plugin loading, update example plugin, add ci task for testing if builds work
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Plugin } from "@fosscord/util";
|
||||
|
||||
export default class TestPlugin extends Plugin {
|
||||
onPluginLoaded(): void {
|
||||
console.log("Hello from test plugin! IT WORKS!!!!!!!");
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "example-plugin",
|
||||
"name": "Fosscord example plugin",
|
||||
"authors": [
|
||||
"The Arcane Brony"
|
||||
],
|
||||
"repository": "https://github.com/fosscord/fosscord-server",
|
||||
"license": "",
|
||||
"index": "ExamplePlugin.js"
|
||||
}
|
||||
Reference in New Issue
Block a user