{"id":14983332,"url":"https://github.com/devdeem/logger-bot","last_synced_at":"2025-10-06T11:24:56.048Z","repository":{"id":64640909,"uuid":"524997097","full_name":"devdeem/Logger-Bot","owner":"devdeem","description":"Discord.js v14 bot that logs everything on your Discord server","archived":false,"fork":false,"pushed_at":"2025-07-05T07:58:22.000Z","size":79,"stargazers_count":53,"open_issues_count":13,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T00:27:24.515Z","etag":null,"topics":["bot","discord","discord-bot","discordlogger","djs","djs-v14","javascript","logger"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devdeem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"devdeem"}},"created_at":"2022-08-15T13:25:55.000Z","updated_at":"2025-08-03T12:33:24.000Z","dependencies_parsed_at":"2024-10-12T03:00:46.862Z","dependency_job_id":"17bfeeb2-a91a-4eea-a84c-0e77a6caab72","html_url":"https://github.com/devdeem/Logger-Bot","commit_stats":{"total_commits":52,"total_committers":7,"mean_commits":7.428571428571429,"dds":0.3076923076923077,"last_synced_commit":"fe74c40a31585d48a6134896cfe877653f0b1319"},"previous_names":["devdeem/logger-bot","deem-0001/logger-bot"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/devdeem/Logger-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdeem%2FLogger-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdeem%2FLogger-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdeem%2FLogger-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdeem%2FLogger-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devdeem","download_url":"https://codeload.github.com/devdeem/Logger-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdeem%2FLogger-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278599964,"owners_count":26013585,"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-06T02:00:05.630Z","response_time":65,"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","discord-bot","discordlogger","djs","djs-v14","javascript","logger"],"created_at":"2024-09-24T14:07:04.647Z","updated_at":"2025-10-06T11:24:56.007Z","avatar_url":"https://github.com/devdeem.png","language":"JavaScript","funding_links":["https://github.com/sponsors/devdeem","https://ko-fi.com/deemdev"],"categories":[],"sub_categories":[],"readme":"![Banner](https://cdn.discordapp.com/attachments/1050740855805313064/1155918354675154984/Image1.png)\r\n[![Run on Repl.it](https://replit.com/badge/github/devdeem/Logger-Bot)](https://replit.com/new/github/devdeem/Logger-Bot)\r\n\r\n# Logger Bot\r\n\r\nDiscord bot that logs all changes on your Discord server!\r\n\r\n## Deployment\r\n\r\nFollow these instructions on how to use the bot.\r\n\r\n    1.  Press the green \"Code\" button at the top of the repo.\r\n\r\n![template](https://cdn.discordapp.com/attachments/1050740883319967764/1138496819295432754/Gbu.png)\r\n\r\n    2.  Download the full code via the \"Download ZIP\" button\r\n\r\n![downloadcode](https://cdn.discordapp.com/attachments/1050740883319967764/1138495847135444992/Screenshot_from_2023-08-08_17-35-35.png)\r\n\r\n    3. Extract the files to your desktop and open the files in Visual Studio Code (or other text editor)\r\n\r\n## Bot Setup\r\n\r\n### .env\r\n\r\nPut the token of your bot into .env file.\r\n\r\n```bash\r\nTOKEN=YOUR_BOT_TOKEN\r\n```\r\n\r\n### config.json\r\n\r\nAdjust your config so that the bot suits you the way you want.\r\n\r\n```json\r\n{\r\n  \"guildID\": \"YOUR_GUILD_ID\",\r\n  \"channels\": {\r\n    \"channelLog\": \"CHANNEL_ID\",\r\n    \"emojiLog\": \"CHANNEL_ID\",\r\n    \"banLog\": \"CHANNEL_ID\",\r\n    \"unbanLog\": \"CHANNEL_ID\",\r\n    \"joinLog\": \"CHANNEL_ID\",\r\n    \"leaveLog\": \"CHANNEL_ID\",\r\n    \"messageLog\": \"CHANNEL_ID\",\r\n    \"voiceLog\": \"CHANNEL_ID\"\r\n  },\r\n  \"owner\": \"975898528859697182\"\r\n}\r\n```\r\n\r\n    4. Then open a terminal and run the following commands\r\n\r\nDownloading discord.js\r\n\r\n```bash\r\nnpm i discord.js@latest\r\n```\r\n\r\nDownload the necessary modules:\r\n\r\n```bash\r\nnpm i\r\n```\r\n\r\nThen use this command to turn on the bot:\r\n\r\n```bash\r\nnpm run dev\r\n```\r\n\r\n## Support us\r\n\r\nIf you use this code and are happy with it, we would be happy for any donation to support this project!\r\n\r\n[DONATE US HERE :)](https://ko-fi.com/deemdev)\r\n\r\n## Packages that this bot use\r\n\r\n- [discord.js](https://www.npmjs.com/package/discord.js) ^14.14.1\r\n- [term-logger](https://www.npmjs.com/package/term-logger) ^1.2.5\r\n- [dotenv](https://www.npmjs.com/package/dotenv) ^16.3.1\r\n- [nodemon](https://www.npmjs.com/package/nodemon) ^3.0.2\r\n\r\n## CHANGELOG\r\n\r\n- 16/08/2022 - Fixed broken presence and finished\r\n  **channelUpdate** log.\r\n- 17/08/2022 - Code has been improved, logger has been added to event folder and emoji logger has been added.\r\n- 18/08/2022 - Added ban and join log.\r\n- 29/01/2023 - Modified code to discord.js **version 14.7.1**.\r\n- 26/03/2023 - Fixed small bugs, Switched from colors to [term-logger](https://www.npmjs.com/package/term-logger) package.\r\n- 27/03/2023 - Added **Message Delete** Event, Moved all embeds to **embed.js** file, Rewrited full code.\r\n- 10/07/2023 - Added new package **nodemon** and modified code.\r\n- 8/08/2023 - Updated all packages, Modified README file, Added **.prettierrc** file, Code has been improved.\r\n- 25/09/2023 - Updated all packages, Added **voiceStateUpdate** Event _(Voice join, left, mute, unmute,deafended, undeafended)_, Modified README file\r\n\r\n## Message from the creator\r\n\r\nIf I see you using this code as your own, I will report the **license violation to GitHub**.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdeem%2Flogger-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevdeem%2Flogger-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdeem%2Flogger-bot/lists"}