Skip to content

Commit

Permalink
Merge pull request #3 from elsoul/discord
Browse files Browse the repository at this point in the history
add discord notification in Github Actions
  • Loading branch information
POPPIN-FUMI authored Nov 6, 2023
2 parents f1f18c5 + a7c1da5 commit 88d29db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"discord.js": "14.13.0"
},
"devDependencies": {
"dotenv": "16.3.1",
"@types/jest": "29.5.6",
"@types/node": "20.8.9",
"esbuild": "0.19.5",
Expand All @@ -54,4 +55,4 @@
"typedoc": "0.25.2",
"typescript": "5.2.2"
}
}
}
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ [email protected]:
resolved "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.50.tgz"
integrity sha512-X4CDiMnDbA3s3RaUXWXmgAIbY1uxab3fqe3qwzg5XutR3wjqi7M3IkgQbsIBzpqBN2YWr/Qdv7JrFRqSgb4TFg==

discord-interactions@^3.4.0:
[email protected]:
version "3.4.0"
resolved "https://registry.yarnpkg.com/discord-interactions/-/discord-interactions-3.4.0.tgz#ea24c0c9076ea87f501a04ce94c8b91421642a18"
integrity sha512-DG0Jxdd/FcK8liAPhIP4u5YHpnz50JWn9DK4OavxsLD49/WGimXtP3EdOY439MaWyCgQfsfFkA1GsTEyu63RzA==
Expand Down Expand Up @@ -1815,6 +1815,11 @@ dot-prop@^6.0.1:
dependencies:
is-obj "^2.0.0"

dotenv@^16.3.1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e"
integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==

eastasianwidth@^0.2.0:
version "0.2.0"
resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz"
Expand Down

0 comments on commit 88d29db

Please sign in to comment.