Skip to content

CastProject/Cast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cast

license Join the Cast Discord

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.

Documentation

All of the documentation for Cast is available here - the quality is subpar but our documentation generator will be improved soon.

How can I support Cast plugins?

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.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Eric Rabil Lead Developer

Jamie Bishop Developer

AppleBetas Developer

Isaac Trimble-Pederson Contributor

License

This project is available under the MIT License.