-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "randomfunbot",
"version": "1.0.0",
"description": "Given a specific user name in discord it rolls a random chance for the bot to delete the next persons messsage",
"main": "RandomFunBot.js",
"scripts": {
"test": "run"
},
"author": "",
"license": "ISC",
"dependencies": {
"3": "^2.1.0",
"@discordjs/builders": "^1.8.1",
"@discordjs/rest": "^2.2.0",
"@napi-rs/canvas": "^0.1.47",
"@sapphire/shapeshift": "^3.9.6",
"cheerio": "^1.1.2",
"discord-api-types": "^0.37.63",
"discord.js": "^14.12.1",
"dotenv": "^17.2.1",
"fetch": "^1.1.0",
"node": "^21.6.1",
"node-cron": "^3.0.3",
"node-fetch": "^2.7.0",
"openai": "^4.61.1",
"punycode": "^2.3.1",
"puppeteer": "^24.16.2",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}