From 7de97f95ecfd66be28f743b333adbe8fe3771a36 Mon Sep 17 00:00:00 2001 From: Joshua Maxwell <49821768+jwMaxwell@users.noreply.github.com> Date: Fri, 14 Jan 2022 12:58:19 -0600 Subject: [PATCH 1/5] Updated references --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 732555d..d6cb55a 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "created": "25 Nov 2020", "repository": { "type": "git", - "url": "https://github.com/jwMaxwell/Spike-2.git", - "gh_url": "https://github.com/jwMaxwell/Spike-2", - "wiki": "https://github.com/jwMaxwell/Spike-2/wiki" + "url": "https://github.com/spike-2/Spike-2.git", + "gh_url": "https://github.com/spike-2/Spike-2", + "wiki": "https://github.com/spike-2/Spike-2/wiki" }, "language": "node.js", "scripts": { @@ -40,4 +40,4 @@ "engines": { "node": ">=16.6.0" } -} \ No newline at end of file +} From b69cb6a5a3a712501f3a35ff78200fcf7554e51e Mon Sep 17 00:00:00 2001 From: Joshua Maxwell <49821768+jwMaxwell@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:04:12 -0600 Subject: [PATCH 2/5] Updated gh url references --- src/plugins/core/main.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugins/core/main.js b/src/plugins/core/main.js index 9df50bd..30c08f9 100644 --- a/src/plugins/core/main.js +++ b/src/plugins/core/main.js @@ -166,7 +166,7 @@ function getContributorsPromise() { https.get( { host: "api.github.com", - path: "/repos/jwMaxwell/Spike-2/contributors", + path: "/repos/spike-2/Spike-2/contributors", headers: { Accept: "application/vnd.github.v3+json", "User-Agent": "Mozilla/5.0", @@ -239,7 +239,7 @@ function bug(msg) { spikeKit.reply( spikeKit.createEmbed( "Bug Report", - "To learn more about submitting a bug report, visit the [Bug Report Wiki Page](https://github.com/jwMaxwell/Spike-2/wiki/Bug-Reports).", + "To learn more about submitting a bug report, visit the [Bug Report Wiki Page](https://github.com/spike-2/Spike-2/wiki/Bug-Reports).", false, msg.author.username, msg.author.avatarURL() @@ -252,7 +252,7 @@ function request(msg) { spikeKit.reply( spikeKit.createEmbed( "Feature Request", - "To learn more about submitting a feature request, visit the [Feature Request Wiki Page](https://github.com/jwMaxwell/Spike-2/wiki/Feature-Requests).", + "To learn more about submitting a feature request, visit the [Feature Request Wiki Page](https://github.com/spike-2/Spike-2/wiki/Feature-Requests).", false, msg.author.username, msg.author.avatarURL() @@ -265,7 +265,7 @@ function pr(msg) { spikeKit.reply( spikeKit.createEmbed( "Pull Request", - "To learn more about submitting a pull request, visit the [Pull Request Wiki Page](https://github.com/jwMaxwell/Spike-2/wiki/Submitting-a-Pull-Request).", + "To learn more about submitting a pull request, visit the [Pull Request Wiki Page](https://github.com/spike-2/Spike-2/wiki/Submitting-a-Pull-Request).", false, msg.author.username, msg.author.avatarURL() @@ -278,7 +278,7 @@ function wiki(msg) { spikeKit.reply( spikeKit.createEmbed( "Wiki", - "[Visit the Wiki](https://github.com/jwMaxwell/Spike-2/wiki) for more detailed documentation, contribution information, and more!", + "[Visit the Wiki](https://github.com/spike-2/Spike-2/wiki) for more detailed documentation, contribution information, and more!", false, msg.author.username, msg.author.avatarURL() From 473b333138dde72eed416b261bab9f0017ad513c Mon Sep 17 00:00:00 2001 From: Joshua Maxwell <49821768+jwMaxwell@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:06:15 -0600 Subject: [PATCH 3/5] updated gh url references --- .github/workflows/auto_assign_issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_assign_issues.yml b/.github/workflows/auto_assign_issues.yml index 3774c64..e79e6ea 100644 --- a/.github/workflows/auto_assign_issues.yml +++ b/.github/workflows/auto_assign_issues.yml @@ -14,5 +14,5 @@ jobs: - name: Assign NEW issues and NEW pull requests to project 2 uses: srggrs/assign-one-project-github-action@1.2.1 with: - project: 'https://github.com/jwMaxwell/Spike-2/projects/1' - column_name: 'Ideas' \ No newline at end of file + project: 'https://github.com/spike-2/Spike-2/projects/1' + column_name: 'Ideas' From 7a6b3e7f7fdb36933550ad14ac982eb8ac1c3224 Mon Sep 17 00:00:00 2001 From: Joshua Maxwell <49821768+jwMaxwell@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:07:04 -0600 Subject: [PATCH 4/5] Updated gh url references --- .github/workflows/auto_assign_prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_assign_prs.yml b/.github/workflows/auto_assign_prs.yml index babd264..c6d0011 100644 --- a/.github/workflows/auto_assign_prs.yml +++ b/.github/workflows/auto_assign_prs.yml @@ -14,5 +14,5 @@ jobs: - name: Assign NEW issues and NEW pull requests to project 2 uses: srggrs/assign-one-project-github-action@1.2.1 with: - project: 'https://github.com/jwMaxwell/Spike-2/projects/1' - column_name: 'Needs Review' \ No newline at end of file + project: 'https://github.com/spike-2/Spike-2/projects/1' + column_name: 'Needs Review' From 54bf612366ce75b898c6919a2855952a9ae23621 Mon Sep 17 00:00:00 2001 From: Brandon Ingli Date: Fri, 14 Jan 2022 17:33:26 -0600 Subject: [PATCH 5/5] Change wiki references to new website references --- package.json | 4 ++-- src/plugins/core/main.js | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index d6cb55a..7b1ec7c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/spike-2/Spike-2.git", "gh_url": "https://github.com/spike-2/Spike-2", - "wiki": "https://github.com/spike-2/Spike-2/wiki" + "website": "https://spike-2.github.io/" }, "language": "node.js", "scripts": { @@ -40,4 +40,4 @@ "engines": { "node": ">=16.6.0" } -} +} \ No newline at end of file diff --git a/src/plugins/core/main.js b/src/plugins/core/main.js index 30c08f9..6e5ec44 100644 --- a/src/plugins/core/main.js +++ b/src/plugins/core/main.js @@ -19,7 +19,7 @@ const COMMANDS = [ "bug", "request", "pr", - "wiki", + "website", "getavatar", ]; @@ -41,8 +41,8 @@ function help(prefix, command, args) { return `${prefix}request\nLearn how to submit a feature request.`; case "pr": return `${prefix}pr\nLearn how to submit a pull request for a new feature, bug fix, or plugin.`; - case "wiki": - return `${prefix}wiki\nLearn how to visit the wiki.`; + case "website": + return `${prefix}website\nLearn how to visit the website.`; case "getavatar": return `${prefix}getavatar [user]\nGet a user's avatar. To get yours, mention yourself.`; default: @@ -61,7 +61,7 @@ function shortHelp(prefix) { `${prefix}bug - Learn how to submit bug report.\n` + `${prefix}request - Learn how to submit a feature request.\n` + `${prefix}pr - Learn how to submit new code via a PR.\n` + - `${prefix}wiki - Get a link to the wiki.\n` + + `${prefix}website - Get a link to the website.\n` + `${prefix}getavatar - Get a user's avatar.` ); } @@ -222,7 +222,7 @@ const info = async (msg) => { `Language: ${package.language}\n` + `Creation date: ${package.created}\n` + `Repository: ${package.repository.gh_url}\n` + - `Wiki: ${package.repository.wiki}`; + `Website: ${package.repository.website}`; spikeKit.reply( spikeKit.createEmbed( `${package.fullName} info`, @@ -239,7 +239,7 @@ function bug(msg) { spikeKit.reply( spikeKit.createEmbed( "Bug Report", - "To learn more about submitting a bug report, visit the [Bug Report Wiki Page](https://github.com/spike-2/Spike-2/wiki/Bug-Reports).", + "To learn more about submitting a bug report, visit the [Bug Report Page on our Website](https://spike-2.github.io/docs/contributing/bug-reports/).", false, msg.author.username, msg.author.avatarURL() @@ -252,7 +252,7 @@ function request(msg) { spikeKit.reply( spikeKit.createEmbed( "Feature Request", - "To learn more about submitting a feature request, visit the [Feature Request Wiki Page](https://github.com/spike-2/Spike-2/wiki/Feature-Requests).", + "To learn more about submitting a feature request, visit the [Feature Request Page on our Website](https://spike-2.github.io/docs/contributing/feature-requests/).", false, msg.author.username, msg.author.avatarURL() @@ -265,7 +265,7 @@ function pr(msg) { spikeKit.reply( spikeKit.createEmbed( "Pull Request", - "To learn more about submitting a pull request, visit the [Pull Request Wiki Page](https://github.com/spike-2/Spike-2/wiki/Submitting-a-Pull-Request).", + "To learn more about submitting a pull request, visit the [Pull Request Page on our Website](https://spike-2.github.io/docs/contributing/submitting-a-pull-request/).", false, msg.author.username, msg.author.avatarURL() @@ -274,11 +274,11 @@ function pr(msg) { ); } -function wiki(msg) { +function website(msg) { spikeKit.reply( spikeKit.createEmbed( - "Wiki", - "[Visit the Wiki](https://github.com/spike-2/Spike-2/wiki) for more detailed documentation, contribution information, and more!", + "Website", + "[Visit our Website](https://spike-2.github.io/) for more detailed documentation, contribution information, and more!", false, msg.author.username, msg.author.avatarURL() @@ -327,7 +327,7 @@ function processCommand(command, args, bot, message) { else if (command === "bug") bug(message); else if (command === "request") request(message); else if (command === "pr") pr(message); - else if (command === "wiki") wiki(message); + else if (command === "website") website(message); else if (command === "getavatar") getAvatar(message, args, bot); }