{"id":16178939,"url":"https://github.com/altaks/wynncord","last_synced_at":"2025-06-22T22:34:29.426Z","repository":{"id":132458150,"uuid":"495040703","full_name":"Altaks/WynnCord","owner":"Altaks","description":"Wynncraft Discord Bot that uses WynnCraft public API","archived":false,"fork":false,"pushed_at":"2022-12-05T06:27:47.000Z","size":50,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T11:47:04.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Altaks.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}},"created_at":"2022-05-22T11:30:43.000Z","updated_at":"2023-01-07T16:05:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f0b41d4-fab2-4a82-9ab3-0d88926e324b","html_url":"https://github.com/Altaks/WynnCord","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Altaks/WynnCord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altaks%2FWynnCord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altaks%2FWynnCord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altaks%2FWynnCord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altaks%2FWynnCord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Altaks","download_url":"https://codeload.github.com/Altaks/WynnCord/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altaks%2FWynnCord/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260027124,"owners_count":22947788,"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","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":[],"created_at":"2024-10-10T05:24:56.770Z","updated_at":"2025-06-22T22:34:29.384Z","avatar_url":"https://github.com/Altaks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WynnCord\nWynncraft Discord Bot that uses WynnCraft public API\n\n## Usages\n\nThis bot got created for a friend that needed to check guild activities, how long since player last connected the server to analyse what players were inactive.\n\nFeel free to fork/use the code, you'll just need to add a **config.json** file with 3 things »\n\n* The bot's client ID (the id of your application)\n* Your guild ID (the id of the server that you want the bot to be on)\n* The token from which the bot can connect to its account\n\nThe **config.json** file is structured like this : \n```json\n{\n  \"clientId\" : \"paste the ID of your application\",\n  \"guildId\" : \"paste the ID of your server here\",\n  \"token\": \"paste the token of connection to your bot here.\" \n}\n```\n\nTo start the bot you'll need several things :\n\n* [NodeJS v16+](https://nodejs.org/en/)\n* Install dependencies such as :\n  * @discordjs/builders\n  * @discordjs/rest\n  * discord-api-types\n  * discord.js\n  * eslint\n  * node-fetch\n\nBut you can install all the dependencies by using the following command into your terminal (when you're in the bot root directory) :\n```sh\nnpm install @discordjs/builders @discordjs/rest discord-api-types discord.js eslint node-fetch\n```\nThe first time you launch the bot, you'll need to execute this command first:\n```sh\nnode deploy-commands.js\n```\nAfter you done this command one time, you wont need to re-use it\n\nAnd then to start the bot you'll only need to type :\n```sh\nnode index.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltaks%2Fwynncord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltaks%2Fwynncord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltaks%2Fwynncord/lists"}