Skip to content

Latest commit

Β 

History

History
42 lines (25 loc) Β· 1.36 KB

File metadata and controls

42 lines (25 loc) Β· 1.36 KB

Table of Contents

  1. πŸ€– Bots
  2. βš™οΈ Core Libraries & APIs
  3. πŸ“„ Documentation
  4. 🩹 Support
  5. πŸ“œ License
  6. πŸ› οΈ Development

1. πŸ€– Bots

2. βš™οΈ Core Libraries & APIs

  • NetCord: For Discord interaction.
  • ImageSharp: For image processing.
    • SkiaSharp: Migration from ImageSharp to SkiaSharp in future versions.

3. πŸ“„ Documentation

  • Github Wiki: Comprehensive documentation for the project.

4. 🩹 Support

5. πŸ“œ License

This repository is released under the MIT License.

6. πŸ› οΈ Development

Versioning

Follows a MAJOR.MINOR.PATCH versioning scheme:

  • MAJOR versions can introduce significant, breaking API changes.
  • MINOR versions can add new features and may include limited breaking changes that are unlikely to affect most users.
  • PATCH versions contain backwards-compatible bug fixes and improvements.