You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@
5
5
6
6
Cast is an open-standard for Discord bots, allowing developers to create a single plugin that is compatible with many different bots that all share the same plugin API.
7
7
8
+
## Documentation
9
+
10
+
All of the documentation for Cast is available [here](https://castproject.github.io/Cast) - the quality is subpar but our documentation generator will be improved soon.
11
+
12
+
## How can I support Cast plugins?
13
+
14
+
Simple! Implement all of the interfaces supplied by Cast. If done correctly, loading a Cast plugin should run flawlessly after implementing everything. Just follow the standard and refer to the docs when you're confused.
0 commit comments