diff --git a/.eggs/README.md b/.eggs/README.md
index 576d737..11f0ae8 100644
--- a/.eggs/README.md
+++ b/.eggs/README.md
@@ -57,6 +57,6 @@ It's recommended to provide at least `1GB` of **Memory/RAM** and `5GB` of **disk
**Pterodactyl Eggs**
-[changelog](https://otgithub.dj-dj.be/releases) - [documentation](https://otdocs.dj-dj.be) - [tutorial](https://www.youtube.com/watch?v=2jK9kAf6ASU) - [website](https://openticket.dj-dj.be) - [discord](https://discord.dj-dj.be)
+[Changelog](https://otgithub.dj-dj.be/releases) - [Documentation](https://otdocs.dj-dj.be) - [Website](https://openticket.dj-dj.be) - [Support Server](https://discord.dj-dj.be) - [License](./LICENSE.md)
-© 2025 - [DJdj Development](https://www.dj-dj.be) - [Terms](https://www.dj-dj.be/terms#terms) - [Privacy Policy](https://www.dj-dj.be/terms#privacy)
\ No newline at end of file
+© 2025 - [DJdj Development](https://www.dj-dj.be) - [Terms](https://www.dj-dj.be/terms) - [Privacy Policy](https://www.dj-dj.be/privacy) - [Support Us](https://github.com/sponsors/DJj123dj)
\ No newline at end of file
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 5b8629a..c2241d5 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -87,6 +87,6 @@ you are **REQUIRED to send the bug privately via one of the following methods:**
**Contributing Guidelines**
-[changelog](https://otgithub.dj-dj.be/releases) - [documentation](https://otdocs.dj-dj.be) - [tutorial](https://www.youtube.com/watch?v=2jK9kAf6ASU) - [website](https://openticket.dj-dj.be) - [discord](https://discord.dj-dj.be)
+[Changelog](https://otgithub.dj-dj.be/releases) - [Documentation](https://otdocs.dj-dj.be) - [Website](https://openticket.dj-dj.be) - [Support Server](https://discord.dj-dj.be) - [License](./LICENSE.md)
-© 2025 - [DJdj Development](https://www.dj-dj.be) - [Terms](https://www.dj-dj.be/terms#terms) - [Privacy Policy](https://www.dj-dj.be/terms#privacy)
\ No newline at end of file
+© 2025 - [DJdj Development](https://www.dj-dj.be) - [Terms](https://www.dj-dj.be/terms) - [Privacy Policy](https://www.dj-dj.be/privacy) - [Support Us](https://github.com/sponsors/DJj123dj)
\ No newline at end of file
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
index e4ae1aa..36e9aaf 100644
--- a/.github/SECURITY.md
+++ b/.github/SECURITY.md
@@ -47,6 +47,6 @@ If possible, try to provide screenshots!
**Security Policy**
-[changelog](https://otgithub.dj-dj.be/releases) - [documentation](https://otdocs.dj-dj.be) - [tutorial](https://www.youtube.com/watch?v=2jK9kAf6ASU) - [website](https://openticket.dj-dj.be) - [discord](https://discord.dj-dj.be)
+[Changelog](https://otgithub.dj-dj.be/releases) - [Documentation](https://otdocs.dj-dj.be) - [Website](https://openticket.dj-dj.be) - [Support Server](https://discord.dj-dj.be) - [License](./LICENSE.md)
-© 2025 - [DJdj Development](https://www.dj-dj.be) - [Terms](https://www.dj-dj.be/terms#terms) - [Privacy Policy](https://www.dj-dj.be/terms#privacy)
\ No newline at end of file
+© 2025 - [DJdj Development](https://www.dj-dj.be) - [Terms](https://www.dj-dj.be/terms) - [Privacy Policy](https://www.dj-dj.be/privacy) - [Support Us](https://github.com/sponsors/DJj123dj)
\ No newline at end of file
diff --git a/LICENSE.md b/LICENSE.md
index a79bc68..c40fc44 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,12 @@
+
# Open Ticket (License)
© 2025 - DJj123dj & Contributors
+#### Table Of Contents
+- [General License](#general-license)
+- [Additional Terms for Open Ticket](#additional-terms-for-open-ticket)
+
+### General License
```
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
@@ -679,11 +685,28 @@ Public License instead of this License. But first, please read
```
### Additional Terms for Open Ticket
+#### Terminology:
+1. **“Software”**
+Refers to the Open Ticket source code, documentation, and any associated files distributed under this license, including any modifications or derivative works thereof.
+
+1. **“Public Discord Bot**
+A Discord bot that is made publicly available for use by multiple, unrelated Discord servers or users, where the bot’s functionality is provided as a service rather than for private or personal use.
+
+1. **“Monetized Service”**
+Refers to any service or deployment that generates direct or indirect revenue through the use of the Software. This includes, but is not limited to, subscriptions, premium features, paid hosting, advertisements.
+
+1. **“For-Profit Discord Server”**
+Means a Discord server that generates income, revenue, or other material benefits, whether through memberships, donations, or other monetization strategies.
+
+1. **“Private Use”**
+Refers to using the Software on a limited number of Discord servers controlled or operated by a single individual or organization, not made available as a public service to multiple unrelated users.
+
+#### Additional Terms:
The following additional terms apply to the use of this software:
-1. This software may not be used as part of a public Discord bot service that is monetized (e.g., generating revenue through subscriptions, donations, or other forms of payment) without the prior written permission of the original author.
+1. This software may not be used as (or part of) a public Discord bot that is monetized (e.g., generating revenue through subscriptions, donations, or other forms of payment) without the prior written permission of the original author.
-2. This software may not be used as part of a public Discord bot service on multiple Discord servers without attribution to the original author.
+2. This software may not be used as (or part of) a public Discord bot on multiple Discord servers without attribution to the original author.
3. You are allowed to use this bot in a Discord server that makes money or is for-profit, provided that the income is not generated directly from the ticket bot or its functionality.
diff --git a/README.md b/README.md
index c4f5e31..aaaf611 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-> ### 🎥 Content Creators 🎥
-> Hey there! We're searching for content creators that would want to create a tutorial or setup guide for Open Ticket!
+> ### 🎥 Content Creators
+> Hey there! We're searching for content creators that would like to create a tutorial or setup guide for Open Ticket!
> [📌 More Information](.github/CONTENT_CREATORS.md)
---
@@ -26,40 +26,42 @@ The bot is translated in more than 36 Languages and has been battle
+> These resources will help with configuration and usage of the bot:
>
@@ -83,19 +85,19 @@ A big thanks to all our sponsors! Without them, it wouldn't be possible to creat
-### ⏱️ Quick Setup
+### ⏱️ Quick Setup (Using CLI)
> 1. Download the latest version of Open Ticket on [Github](https://github.com/open-discord-bots/open-ticket).
-> 2. Make sure node.js & npm are installed using `node -v` (minimum `v18`).
+> 2. Make sure node.js & npm are installed using `node -v` (minimum `v20`).
> 3. Install any required dependencies using `npm install`.
-> 4. Configure the bot in the `./config/` directory.
-> 5. Start the bot using `npm start` or `node index.js`
+> 4. Start the **Quick Setup CLI** using `npm run setup`.
+> 5. Click on `> ⏱️ Quick Setup` and follow the instructions.
+> 6. Start the bot using `npm start` or `node index.js`
> - The bot will let you know any existing config errors.
> - Fix these errors and restart the bot.
-> 6. Enjoy using Open Ticket!
+> 7. Enjoy using Open Ticket!
> ### [📔 Visit Documentation](https://otdocs.dj-dj.be)
>
> ### 🖥️ Recommended Hostings
-> - [⭐ **Peakhosting.nl**](https://peakhosting.nl/) - Official support for Open Ticket pterodactyl eggs.
> - **Any Pterodactyl-Based Panel** - Easy installation & configuration.
> - **A Virtual Private Server (VPS)** - Extra customisation & more stability. Recommended for large servers.
>
@@ -127,9 +129,13 @@ A list of people that contributed or provided the most support for Open Ticket.
### 💬 Translators
-With the amazing support of our translators, we've been able to translate Open Ticket in more than **36 languages**!
-As a result, you're able to enjoy using Open Ticket in your own native language.
-- **Categories: 🟢 Available - 🤖 Made Using AI - 🔴 Unavailable/Outdated**
+With the amazing support of our translators, we've been able to translate Open Ticket in more than **36 languages**!
+#### Categories:
+- **🟢 Available**
+- **⏳ In Progress (Incomplete)**
+- **🤖 Made Using AI**
+- **🟠 Incomplete**
+- **🔴 Unavailable/Outdated**
|🔍 |Languages (36) |Maintainer (Github/Discord) |
|---|---------------------|--------------------------------|
@@ -172,7 +178,7 @@ As a result, you're able to enjoy using Open Ticket in your own native language.
|🔴 |🇨🇳 Traditional Chinese|[⭐ Contribute!](.github/CONTRIBUTING.md)|
## ⭐️ Star History
-Please give this repository a star if you like it.
+If you enjoy using Open ticket, **consider starring** this repository.
This will help us grow and reach even more people!
@@ -184,13 +190,21 @@ This will help us grow and reach even more people!
## 🧩 Plugins
-**Download all plugins in our [Official Plugin Repository](https://github.com/open-discord-bots/plugins)!**
**README.md**