{"id":15782342,"url":"https://github.com/sparksthefolf/discordjs-extend","last_synced_at":"2026-04-17T12:33:06.528Z","repository":{"id":65064531,"uuid":"581631139","full_name":"SparksTheFolf/discordjs-extend","owner":"SparksTheFolf","description":"direct-discord-bot | Make discordjs easier for new programmers","archived":false,"fork":false,"pushed_at":"2023-01-02T06:57:58.000Z","size":2463,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Master","last_synced_at":"2024-10-13T23:32:06.839Z","etag":null,"topics":["api","command-line","discord","discord-bot","discord-js","framework"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/direct-discord-bot","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SparksTheFolf.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}},"created_at":"2022-12-23T19:19:49.000Z","updated_at":"2023-10-08T06:53:01.000Z","dependencies_parsed_at":"2023-01-10T14:37:43.857Z","dependency_job_id":null,"html_url":"https://github.com/SparksTheFolf/discordjs-extend","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparksTheFolf%2Fdiscordjs-extend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparksTheFolf%2Fdiscordjs-extend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparksTheFolf%2Fdiscordjs-extend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparksTheFolf%2Fdiscordjs-extend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SparksTheFolf","download_url":"https://codeload.github.com/SparksTheFolf/discordjs-extend/tar.gz/refs/heads/Master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246499073,"owners_count":20787446,"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":["api","command-line","discord","discord-bot","discord-js","framework"],"created_at":"2024-10-04T19:05:53.223Z","updated_at":"2026-04-17T12:33:06.492Z","avatar_url":"https://github.com/SparksTheFolf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Easy Discord Js\n\nMake development with disord.js v14 easier with direct-discord-bot\n\n\n## Authors\n\n- [@SparksTheFolf](https://www.github.com/SparksTheFolf)\n\n\n## Installation\n\nInstall direct-discord-bot with npm js\n\n```bash\n  npm install direct-discord-bot\n```\n    \n## Deployment\n\nTo deploy this project from your main index.js file use\n\n```bash\n  node .\n```\n\n\n## Example index.js\n\nHere is the most basic and simple discord bot without any commands being registerd\n\n```javascript\nconst {createClient, showClientInfo, setPresence} = require('direct-discord-bot')\nconst path = require('node:path');\n\nconst client = createClient(process.env.TOKEN, ['Guilds', 'GuildMessages']);\n\nclient.on('ready', () =\u003e {\n    showClientInfo(client.user.tag, client.guilds.cache.size, client.users.cache.size);\n    setPresence(client, 'online', 'WATCHING', 'Direct Discord Bots');\n        handleCommands(client, path.join(__dirname, 'commands'));\n    registerSlashGlobal(process.env.TOKEN, process.env.CLIENT_ID, path.join(__dirname, 'commands'));\n});\n```\n\n\n## Documentation\n\n[Documentation](https://wuffs.net/discordbot)\n\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file\n\n`TOKEN`\n\n`CLIENT_ID`\n\n`GUILD_ID`\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparksthefolf%2Fdiscordjs-extend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparksthefolf%2Fdiscordjs-extend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparksthefolf%2Fdiscordjs-extend/lists"}