diff --git a/src/commands/slashes.ts b/src/commands/slashes.ts index 4b6ff7c..3a14a08 100644 --- a/src/commands/slashes.ts +++ b/src/commands/slashes.ts @@ -138,7 +138,7 @@ export class Commands { ]) .toHuman({ listStyle: 'long', maximumFractionDigits: 0 }); - return interaction.reply(`Immich is ${age} old. <:immich:991481316950425643>`); + return interaction.reply(`Immich is ${age} old. ${Constants.Icons.Immich}`); } @Slash({ name: 'search', description: 'Search for PRs and Issues by title' }) diff --git a/src/constants.ts b/src/constants.ts index 59c3395..b8834ee 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -17,6 +17,7 @@ const docs = { const icons = { Checked: ':ballot_box_with_check:', Unchecked: ':blue_square:', + Immich: '<:immich:1216750773598294066>', }; const urls = { diff --git a/src/events/helpTicket/util.ts b/src/events/helpTicket/util.ts index 75a3f3c..82090bb 100644 --- a/src/events/helpTicket/util.ts +++ b/src/events/helpTicket/util.ts @@ -31,8 +31,7 @@ export const getHelpDeskWelcomeMessage = (user: string, isChecked: boolean[] = [ return `:wave: Hey <@${user}>, -Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich <:immich:991481316950425643>. - +Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich ${Constants.Icons.Immich}. ## References - __Container Logs:__ \`docker compose logs\` [docs](${Constants.Urls.Docs.Logs}) - __Container Status__: \`docker compose ps\` [docs](${Constants.Urls.Docs.Containers})