Skip to content

Commit

Permalink
add ENV for git action
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAyeon committed Apr 14, 2024
1 parent 523f0df commit e1ca63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
"DISCORD_SERVER_ID=${{secrets.DISCORD_SERVER_ID}}"
"VOICE_CHANNEL=${{secrets.VOICE_CHANNEL}}"
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: "v1"
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ client.on("voiceStateUpdate", (oldState, newState) => {
}
else{
if(isChannelToTrack(oldChannel) && userState.has(user.id)){
console.log("퇴장 처리")
console.log("퇴장 처리~~~")
userState.delete(userInfo.id);
}
else{
Expand Down

0 comments on commit e1ca63c

Please sign in to comment.