{"id":25478633,"url":"https://github.com/poomcha/save-bot","last_synced_at":"2026-04-13T13:32:35.568Z","repository":{"id":203135740,"uuid":"543310524","full_name":"Poomcha/save-bot","owner":"Poomcha","description":"Discord bot which reminds you to save.","archived":false,"fork":false,"pushed_at":"2022-11-13T19:53:02.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T06:07:00.372Z","etag":null,"topics":["discord","discord-bot","discord-js","nodejs","save"],"latest_commit_sha":null,"homepage":"https://bit.ly/save-bot","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Poomcha.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-09-29T20:37:42.000Z","updated_at":"2022-11-13T19:05:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6a71e0c-c7b7-4eeb-9e4c-7ee6e298c941","html_url":"https://github.com/Poomcha/save-bot","commit_stats":null,"previous_names":["poomcha/save-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Poomcha/save-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poomcha%2Fsave-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poomcha%2Fsave-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poomcha%2Fsave-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poomcha%2Fsave-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Poomcha","download_url":"https://codeload.github.com/Poomcha/save-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poomcha%2Fsave-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["discord","discord-bot","discord-js","nodejs","save"],"created_at":"2025-02-18T14:53:24.826Z","updated_at":"2026-04-13T13:32:35.530Z","avatar_url":"https://github.com/Poomcha.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CTRL+S DISCORD BOT \n## __*fr*__\n### __description__\nUn bot discord simple, développé avec Node.js et Discord.js, qui vous rappelle de sauvegarder toutes les X minutes en envoyant un message mentionnant un membre aléatoire de votre serveur ou tout le monde dans le channel dans lequel il a été démarré.  \n### __commandes__\n__*/start*__: démarre le bot.  \n__*/stop*__:  arrête le bot.\n### __ajouter le bot à votre serveur discord__\n1. Cliquer sur ce [lien](https://discord.com/api/oauth2/authorize?client_id=1024993640218644600\u0026permissions=277025390592\u0026scope=bot%20applications.commands \"Ajouter CTRL+S à votre serveur\").\n2. Sélectionnez le serveur que le bot va rejoindre et autorisez le.\n3. Dans le channel où le bot doit agir : accéder aux paramètres du channel, et dans l'onglet permissions, synchroniser les permissions.\n4. Le bot est prêt ! Vous pouvez utiliser les commandes __*/start*__ et __*/stop*__ ! \n### __installation sur votre serveur ou en local__\n1. Rendez vous sur [Discord Application Portal](https://discord.com/developers/applications).\n2. Connectez vous à votre compte Discord.\n3. Créez une nouvelle application.\n4. Allez à l'onglet __*Bot*__ et cliquez sur __*Add Bot*__.\n5. Copiez le token de votre bot, si besoin cliquez sur __*Reset Token*__ pour en obtenir un.\n6. Dans l'onglet __*General Information*__, copiez __*APPLICATION ID*__.\n7. Clonez ce répertoire.\n8. Dans le fichier __*.env.template*__, renseignez __*TOKEN*__ de votre bot et __*APP_ID*__.\n9. Renommez le fichier __*.env.template*__ en __*.env*__.\n10. Lancer la commande __*npm install*__ à la racine de votre projet.\n11. Lancer la commande __*npm start*__ à la racine de votre projet.\n\n\n## __*en*__\n### __description__\nA simple discord bot, developed with Node.js and Discord.js, reminds you to save every X minutes by sending a message mentioning a random member from your server or everyone in the channel\nbot started.\n### __commands__\n__/start__: start the bot.  \n__/stop__: stop the bot.\n### __add bot to your discord server__\n1. Click on this [link](https://discord.com/api/oauth2/authorize?client_id=1024993640218644600\u0026permissions=277025390592\u0026scope=bot%20applications.commands \"Add CTRL+S to your server\").\n2. Select your server and authorize the bot.\n3. In bot's channel, access to paramaters channel, and synchronize permissions.\n4. Bot's ready ! You can now use __/start__ and __/stop__ !\n### __installation on your server or locally__\n1. Go to [Discord Application Portal](https://discord.com/developers/applications).\n2. Connect with your Discord's account.\n3. Create a new application.\n4. Go to __*Bot*__ section and click on __*Add Bot*__.\n5. Copy your Bot's token, click on __*Reset Token*__ to get one.\n6. Go to __*General Information*__, copy __*APPLICATION ID*__.\n7. Clone this repository.\n8. In file __*.env.template*__, complete __*TOKEN*__ and __*APP_ID*__.\n9. Rename __*.env.template*__ for __*.env*__.\n10. Run __*npm install*__ in your root bot directory.\n11. Rune __*npm start*__ in your root bot directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoomcha%2Fsave-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoomcha%2Fsave-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoomcha%2Fsave-bot/lists"}