Merge pull request #228 from warengroup/develop

Version 0.3.16
This commit is contained in:
Christer Warén 2022-02-24 01:17:25 +02:00 committed by GitHub
commit 129c54a81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 27 deletions

View File

@ -7,16 +7,12 @@ permissions:
jobs:
dependabot:
name: Dependabot Auto-Merge
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.1.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr comment "$PR_URL" --body "@dependabot merge"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020-2021 EximiaBots by Warén Group
Copyright (c) 2020-2022 EximiaBots by Warén Group
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

32
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "eximiabots-radiox",
"version": "0.3.15",
"version": "0.3.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "eximiabots-radiox",
"version": "0.3.15",
"version": "0.3.16",
"license": "MIT",
"dependencies": {
"@discordjs/builders": "^0.12.0",
@ -21,8 +21,8 @@
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^17.0.18",
"@types/ws": "^8.2.3",
"@types/node": "^17.0.21",
"@types/ws": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
@ -418,9 +418,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "17.0.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.19.tgz",
"integrity": "sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA=="
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz",
"integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ=="
},
"node_modules/@types/node-fetch": {
"version": "2.6.1",
@ -445,9 +445,9 @@
}
},
"node_modules/@types/ws": {
"version": "8.2.3",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.3.tgz",
"integrity": "sha512-ahRJZquUYCdOZf/rCsWg88S0/+cb9wazUBHv6HZEe3XdYaBe2zr/slM8J28X07Hn88Pnm4ezo7N8/ofnOgrPVQ==",
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.0.tgz",
"integrity": "sha512-mTClfhq5cuGyW4jthaFuig6Q8OVfB3IRyZfN/9SCyJtiM5H0SubwM89cHoT9UngO6HyUFic88HvT1zSNLNyxWA==",
"dependencies": {
"@types/node": "*"
}
@ -3909,9 +3909,9 @@
"dev": true
},
"@types/node": {
"version": "17.0.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.19.tgz",
"integrity": "sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA=="
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz",
"integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ=="
},
"@types/node-fetch": {
"version": "2.6.1",
@ -3935,9 +3935,9 @@
}
},
"@types/ws": {
"version": "8.2.3",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.3.tgz",
"integrity": "sha512-ahRJZquUYCdOZf/rCsWg88S0/+cb9wazUBHv6HZEe3XdYaBe2zr/slM8J28X07Hn88Pnm4ezo7N8/ofnOgrPVQ==",
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.0.tgz",
"integrity": "sha512-mTClfhq5cuGyW4jthaFuig6Q8OVfB3IRyZfN/9SCyJtiM5H0SubwM89cHoT9UngO6HyUFic88HvT1zSNLNyxWA==",
"requires": {
"@types/node": "*"
}

View File

@ -1,6 +1,6 @@
{
"name": "eximiabots-radiox",
"version": "0.3.15",
"version": "0.3.16",
"description": "Internet Radio to your Discord guild",
"main": "index.js",
"scripts": {
@ -30,8 +30,8 @@
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^17.0.18",
"@types/ws": "^8.2.3",
"@types/node": "^17.0.21",
"@types/ws": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",

View File

@ -52,7 +52,7 @@ class RadioClient extends Client {
console.log('RadioX ' + this.config.version);
console.log('Internet Radio to your Discord guild');
console.log('(c)2020-2021 EximiaBots by Warén Group');
console.log('(c)2020-2022 EximiaBots by Warén Group');
console.log('');
this.funcs.logger("Bot", "Starting");