Skip to content

Commit

Permalink
chore: update repository links
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 3, 2024
1 parent 154074c commit e53b2e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ leave a ⭐ and help me grow!
### <img src="https://cdn.discordapp.com/emojis/809085860632985630.png" width="30px" height="30px"> 》 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!

<!-- sponsors --><!-- sponsors -->

Expand Down
2 changes: 1 addition & 1 deletion astro/src/lib/discord-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
},
});

Expand Down
2 changes: 1 addition & 1 deletion src/commands/bot/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/handlers/invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit e53b2e4

Please sign in to comment.