Skip to content

Commit 25aeefe

Browse files
feat: cool links voting system and autothread (#27)
1 parent 97337fa commit 25aeefe

7 files changed

+329
-66
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
@@ -31,6 +31,7 @@
3131
"eslint-plugin-simple-import-sort": "10.0.0",
3232
"eslint-plugin-sonarjs": "0.19.0",
3333
"eslint-plugin-unused-imports": "3.0.0",
34+
"open-graph-scraper": "6.2.2",
3435
"prettier": "3.0.0",
3536
"tsup": "7.2.0",
3637
"type-fest": "4.1.0",

0 commit comments

Comments
 (0)