Skip to content

Commit

Permalink
aider: Added /home/quskia/REPOS/chatGPTVoiceDiscBot/discordChatGPTVoi…
Browse files Browse the repository at this point in the history
…ceBot.js
  • Loading branch information
Quskia committed Oct 24, 2023
1 parent 504e675 commit c62c9e4
Show file tree
Hide file tree
Showing 10 changed files with 1,274 additions and 108 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ManualWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- Destroy
- UpdateImage
permissions:
contents: read
contents: readF
jobs:
buildImage:
if: ${{ github.event.inputs.name == 'UpdateImage' }}
Expand All @@ -53,6 +53,8 @@ jobs:
- uses: actions/checkout@v2
- run: echo "$PRIVATE_KEY" > infra/ansible/VMPriv.pem
- run: chmod 600 infra/ansible/VMPriv.pem
- run: # get latest chars of infra/ansible/VMPriv.pem

- name: Ansible Playbook
run: ansible-playbook -i infra/ansible/inventory infra/ansible/main.yaml --extra-vars "BOT_TOKEN=$BOT_TOKEN OPENAI_API_KEY=$OPENAI_API_KEY botDiscId=$botDiscId channelId=$channelId guildId=$guildId"
- name: Upload Ansible Artifact
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ dist
*.tfvars
*.terraform/
*.tfstate*
.aider*
28 changes: 28 additions & 0 deletions node_modules/@discordjs/voice/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions node_modules/@discordjs/voice/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions node_modules/@discordjs/voice/dist/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c62c9e4

Please sign in to comment.