From e53b2e4eb1599406c112623561cbf41d51c825a8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 3 Nov 2024 22:37:53 +0000 Subject: [PATCH] chore: update repository links --- README.md | 2 +- astro/src/lib/discord-auth.ts | 2 +- src/commands/bot/bot.js | 2 +- src/config.js | 2 +- src/handlers/invite.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 25f3bab4c..61c3f7135 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ leave a ⭐ and help me grow! ### 》 sponsor the project want to support me and keep me alive? sponsor me on -[github](https://github.com/sponsors/vixshan) or buy me a coffee! +[github](https://github.com/vixshan/amina/) or buy me a coffee! diff --git a/astro/src/lib/discord-auth.ts b/astro/src/lib/discord-auth.ts index 56a5f2c78..70a2ce44a 100644 --- a/astro/src/lib/discord-auth.ts +++ b/astro/src/lib/discord-auth.ts @@ -76,7 +76,7 @@ export class DiscordAuth { headers: { ...options.headers, 'User-Agent': - 'DiscordBot (https://github.com/yourusername/yourrepo, v1.0.0)', + 'DiscordBot (https://github.com/vixshan/amina/ v1.0.0)', }, }); diff --git a/src/commands/bot/bot.js b/src/commands/bot/bot.js index 07b8777a0..a4e34cbba 100644 --- a/src/commands/bot/bot.js +++ b/src/commands/bot/bot.js @@ -100,7 +100,7 @@ module.exports = { components.push( new ButtonBuilder() .setLabel('Github Sponsors') - .setURL(`https://github.com/sponsors/${process.env.GH_USERNAME}`) + .setURL(`https://github.com/vixshan/amina/) .setStyle(ButtonStyle.Link) ) diff --git a/src/config.js b/src/config.js index e279dbb7f..a83aae949 100644 --- a/src/config.js +++ b/src/config.js @@ -49,7 +49,7 @@ module.exports = { MAX_SEARCH_RESULTS: 5, DEFAULT_SOURCE: 'scsearch', // ytsearch = Youtube, ytmsearch = Youtube Music, scsearch = SoundCloud, spsearch = Spotify // Add any number of lavalink nodes here - // Refer to https://github.com/lavalink-devs/Lavalink to host your own lavalink server + // Refer to https://github.com/vixshan/amina/ to host your own lavalink server LAVALINK_NODES: [ { id: process.env.LAVALINK_ID, diff --git a/src/handlers/invite.js b/src/handlers/invite.js index 95a4b1de3..fef2fd851 100644 --- a/src/handlers/invite.js +++ b/src/handlers/invite.js @@ -93,7 +93,7 @@ async function trackJoinedMember(member) { ) // Special case: Invitation was deleted after member's arrival and - // just before GUILD_MEMBER_ADD (https://github.com/Androz2091/discord-invites-tracker/blob/29202ee8e85bb1651f19a466e2c0721b2373fefb/index.ts#L46) + // just before GUILD_MEMBER_ADD (https://github.com/vixshan/amina/blob/29202ee8e85bb1651f19a466e2c0721b2373fefb/index.ts#L46) if (!usedInvite) { cachedInvites .sort((a, b) =>