We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc3b7a commit 8b6c0b3Copy full SHA for 8b6c0b3
sisbasekt/core.md
@@ -63,6 +63,8 @@ See the [sisbasekt.mod.json Documentation](./mod_json.md) for information about
63
In order for an extension to be loaded, the `sisbasekt.mod.json` file must be present at the root of the JAR file.
64
For more information on the Metadata File Format, [see above](core.md#configuration--metadata)
65
66
+### Discord API Version Compatibility
67
+
68
In order to make sure your extension is propperly supported, extension writers can annotate their systems with `@RequireApiVersion`.
69
70
On the case of a backend not supporting said version that system will be disabled and a warning will be printed to the console.
0 commit comments