mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 19:50:12 +01:00
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
<div align="center">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="assets/bannerdark.png">
|
|
<source media="(prefers-color-scheme: light)" srcset="assets/bannerlight.png">
|
|
<img alt="Syntrel Discord Bot Banner" src="assets/bannerlight.png" style="width: 80%; height: auto;">
|
|
</picture>
|
|
</div>
|
|
|
|
<br>
|
|
|
|
> [!NOTE]
|
|
> **New Project**
|
|
>
|
|
> This project is still in the making!!! I would appreciate if you gave this repo a star, that would mean a lot to me!
|
|
|
|
|
|
## Licenses
|
|
|
|
#### Third-Party Components (Apache 2.0)
|
|
- Code derived from the [Python Discord Bot Template](https://github.com/kkrypt0nn/Python-Discord-Bot-Template) by [kkrypt0nn](https://github.com/kkrypt0nn) remains under the Apache License 2.0
|
|
- See [LICENSE-APACHE](licenses/LICENSE-APACHE) for the full Apache 2.0 license text
|
|
|
|
|
|
#### Original Contributions (MIT)
|
|
- New code, modifications, and enhancements by neoarz are licensed under the MIT License
|
|
- See [LICENSE-MIT](licenses/LICENSE-MIT) for the full MIT license text
|
|
|
|
See [LICENSE](LICENSE) file for detailed attribution information
|