{"id":31641918,"url":"https://github.com/qrlmza/hosticube-support","last_synced_at":"2025-10-07T03:26:23.557Z","repository":{"id":315734537,"uuid":"1060138470","full_name":"qrlmza/hosticube-support","owner":"qrlmza","description":"🤖 Bot Discord de support pour la communauté Hosticube. Ce bot propose des commandes de modération, d’utilité et de gestion de tickets pour faciliter l’assistance et l’administration sur le serveur.","archived":false,"fork":false,"pushed_at":"2025-09-29T19:10:18.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-29T21:20:53.331Z","etag":null,"topics":["bot","discord","discordjs","fun","javascript","js","moderation","nodejs"],"latest_commit_sha":null,"homepage":"https://hosticube.whst.fr","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qrlmza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-19T12:48:43.000Z","updated_at":"2025-09-29T19:10:21.000Z","dependencies_parsed_at":"2025-09-20T16:30:31.382Z","dependency_job_id":null,"html_url":"https://github.com/qrlmza/hosticube-support","commit_stats":null,"previous_names":["qrlmza/hosticube-support"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qrlmza/hosticube-support","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrlmza%2Fhosticube-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrlmza%2Fhosticube-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrlmza%2Fhosticube-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrlmza%2Fhosticube-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qrlmza","download_url":"https://codeload.github.com/qrlmza/hosticube-support/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qrlmza%2Fhosticube-support/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278714573,"owners_count":26033107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","discord","discordjs","fun","javascript","js","moderation","nodejs"],"created_at":"2025-10-07T03:26:20.901Z","updated_at":"2025-10-07T03:26:23.552Z","avatar_url":"https://github.com/qrlmza.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# 🛡️ hosticube-support\n\n\n🤖 Bot Discord de support pour la communauté Hosticube.  \nCe bot propose des commandes de modération, d’utilité et de gestion de tickets pour faciliter l’assistance et l’administration sur le serveur.\n\n**💬 Besoin d’aide ou de support ? Rejoins le Discord : [hosticube-support](https://discord.gg/FCFa3XqUeK)**\n\n\n## ✨ Fonctionnalités principales\n\n- **Gestion des tickets** : création de salons privés pour le support.\n- **Commandes de modération** : ban, kick, timeout, unban.\n- **Commandes utilitaires** : ping, help, userinfo, status des services.\n- **Affichage des rôles, badges et informations utilisateur.**\n- **Vérification du statut des services (DNS, Panel, Cluster).**\n\n\n## 🗂️ Structure du projet\n\n```\nhosticube-support/\n│\n├── Commands/\n│   ├── General/         # Commandes générales (ping, help)\n│   ├── Moderation/      # Commandes de modération (ban, kick, timeout, unban)\n│   └── Utility/         # Commandes utilitaires (userinfo, ticket, status)\n│\n├── Handlers/            # Gestionnaires d’événements Discord\n│\n├── Scripts/             # Scripts utilitaires (getEmojis.js, getDate.js)\n│\n├── main.js              # Point d’entrée du bot\n├── package.json         # Dépendances et configuration npm\n├── .env.example         # Exemple de configuration des variables d’environnement\n├── LICENSE              # Licence Apache 2.0\n└── README.md            # Ce fichier\n```\n\n\n## ⚙️ Installation\n\n1. Clone le dépôt :\n\t```sh\n\tgit clone https://github.com/qrlmza/hosticube-support.git\n\tcd hosticube-support\n\t```\n\n2. Installe les dépendances :\n\t```sh\n\tnpm install\n\t```\n\n3. Configure le fichier `.env` (voir `.env.example`) :\n\t```\n\tAPP_TOKEN=ton_token_discord\n\tAPP_ID=ton_id_bot\n\tGUILD_ID=id_de_ton_serveur (optionnel pour le déploiement rapide des commandes)\n\t```\n\n\n## 🚀 Démarrage\n\n```sh\nnode main.js\n```\n\nLe bot se connectera à Discord et chargera toutes les commandes et événements.\n\n\n## 📦 Dépendances principales\n\n- [discord.js](https://discord.js.org/) (gestion du bot Discord)\n- [dotenv](https://www.npmjs.com/package/dotenv) (variables d’environnement)\n- [colors](https://www.npmjs.com/package/colors) (affichage coloré en console)\n- [axios](https://www.npmjs.com/package/axios) et [node-fetch](https://www.npmjs.com/package/node-fetch) (requêtes HTTP)\n- [mysql2](https://www.npmjs.com/package/mysql2) (support base de données, si besoin)\n\n\n## 📝 Commandes disponibles\n\n- `/help` : Affiche la liste des commandes\n- `/ping` : Affiche la latence du bot\n- `/userinfo` : Affiche les infos d’un membre\n- `/support` : Ouvre un ticket de support\n- `/status` : Affiche le statut des services (DNS, Panel, Cluster)\n- `/ban`, `/kick`, `/timeout`, `/unban` : Commandes de modération\n\n\n## 📄 Licence\n\nCe projet est sous licence Apache 2.0.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqrlmza%2Fhosticube-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqrlmza%2Fhosticube-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqrlmza%2Fhosticube-support/lists"}