[TR] Tox Studio tarafından geliştirilen, minimalist ve kurumsal tasarıma sahip modern Discord ticket sistemi. [EN] A modern Discord ticket system with a minimalist and corporate design, developed by Tox Studio.
- Slash Komut Desteği:
/ticketpanelkomutu ile saniyeler içinde kurulum. - Kurumsal Tasarım: Minimalist ve "Old Money" estetiğine uygun siyah/gri tonlarında embed yapısı.
- Modal Form: Kullanıcıların talep sebeplerini şık bir form (Modal) üzerinden iletmesi.
- Gelişmiş Log: Kapatılan taleplerin
discord-html-transcriptsile web arayüzü şeklinde arşivlenmesi. - Veritabanı:
quick.dbaltyapısı ile hızlı veri yönetimi. - Otomatik Başlatma:
start.batdosyası ile olası çökmelere karşı otomatik yeniden başlatma desteği.
- Dosyaları bir klasöre çıkartın.
- Terminalde
npm installkomutunu çalıştırarak bağımlılıkları yükleyin. config.jsondosyasını kendi ID'leriniz ve bot tokenınız ile doldurun.node deploy-commands.jsyazarak Slash komutlarını tanımlayın.start.batdosyasına çift tıklayarak sistemi aktif edin.
Note: The interface is designed with a minimalist and premium aesthetic, tailored by Toxdow.
- Slash Command Support: Quick setup via
/ticketpanel. - Corporate Design: Minimalist embed structure following "Old Money" and premium aesthetics.
- Modal Forms: Users submit ticket reasons through sleek and professional Discord modals.
- Advanced Logging: Closed tickets are saved as high-quality HTML transcripts.
- Database: High-performance local data management with
quick.db. - Auto-Restart: Dedicated
start.batscript to ensure 24/7 uptime.
- Extract the files into a directory.
- Run
npm installin your terminal to install dependencies. - Fill the
config.jsonfile with your bot token and server IDs. - Run
node deploy-commands.jsto register slash commands. - Double-click
start.batto launch the ticket bot.
{
"token": "BOT_TOKEN",
"clientId": "CLIENT_ID",
"guildId": "GUILD_ID",
"ticketCategory": "CATEGORY_ID",
"staffRoleId": "STAFF_ROLE_ID",
"logChannelId": "LOG_CHANNEL_ID",
"embedColor": "#0b0b0b",
"footerText": "Tox Studio | Developed by Toxdow"
}


