Skip to content

Commit

Permalink
fix: update support server invite
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Jan 15, 2024
1 parent abe9e0e commit 355205f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/slash/Information/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class Help extends BaseCommand {
const page4 = EmbedBuilder.from(baseEmbed).setTitle('Final Notes').setDescription(stripIndents`
You\'re all set! You can now chat with people from other servers in real-time. For more detailed information and advanced features, refer to the official [InterChat online guide](${LINKS.DOCS}). Have fun! 🎉
For any questions, suggestions or feedback, join the [support server](https://discord.gg/2YkZAP2) or [vote for InterChat](https://top.gg/bot/769921109209907241/vote).
For any questions, suggestions or feedback, join the [support server](${LINKS.SUPPORT_INVITE}) or [vote for InterChat](https://top.gg/bot/769921109209907241/vote).
`);

paginate(interaction, [page1, page2, page3, page4]);
Expand Down
2 changes: 1 addition & 1 deletion src/utils/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const LINKS = {
TOPGG_API: 'https://top.gg/api/bots/769921109209907241',
VOTE: 'https://top.gg/bot/769921109209907241/vote',
DOCS: 'https://docs.interchat.fun',
SUPPORT_INVITE: 'https://discord.gg/6bhXQynAPs',
SUPPORT_INVITE: 'https://discord.gg/BwhB9SHaxe',
APP_DIRECTORY: 'https://discord.com/application-directory/769921109209907241',
RULES_BANNER: 'https://i.imgur.com/MBG0Rks.png',
} as const;
Expand Down

0 comments on commit 355205f

Please sign in to comment.