Skip to content

Commit fc1abdd

Browse files
luca-montaigutpotb
authored andcommitted
feat: cool links voting system and autothread (#27)
1 parent 566064a commit fc1abdd

7 files changed

+329
-63
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
DISCORD_TOKEN=
22
DISCORD_CLIENT_ID=
33
DISCORD_GUILD_ID=
4+
COOL_LINKS_CHANNEL_ID=
45
REDIS_URL=

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"discord.js": "14.12.1",
1717
"env-var": "7.3.1",
1818
"keyv": "4.5.3",
19+
"open-graph-scraper": "6.2.2",
1920
"param-case": "3.0.4"
2021
},
2122
"devDependencies": {

0 commit comments

Comments
 (0)