-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.28 KB
/
package.json
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
32
33
34
{
"name": "deviladam",
"version": "1.0.0",
"description": "Introducing a dynamic Discord bot with a built-in Top.gg vote tracker! Keep tabs on your votes seamlessly with our reminder feature, prompting users every 12 hours to ensure a consistent voting streak. Check your vote counts, track your voter status, and view your voting streak with our user-friendly commands. Dive into a unique experience with our vote trading system in the shop, allowing users to exchange votes for exclusive server roles. Elevate your Discord server engagement with this feature-packed bot!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Devansh Yadav",
"devDependencies": {
"node": "^20.0.0"
},
"dependencies": {
"@discordjs/rest": "^0.4.0-dev.1648166871.cedd053",
"@top-gg/sdk": "^3.1.6",
"ascii-table": "^0.0.9",
"box-console": "^2.0.0",
"colors": "^1.4.0",
"discord-api-types": "^0.30.0",
"discord.js": "^14.13.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"hastebin-gen": "^2.0.5",
"moment": "^2.29.4",
"mongoose": "^6.6.2",
"ms": "^2.1.3",
"node-schedule": "^2.1.1"
},
"repository": {
"type": "discord",
"url": "https://discord.gg/ugFeSdVxBh"
}
}