Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 87c1e8b

Browse files
committed
chore(credits): update credits
1 parent cb126f8 commit 87c1e8b

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

src/commands/slash/Information/credits.ts

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
ButtonBuilder,
66
ButtonStyle,
77
} from 'discord.js';
8-
import { emojis, LINKS } from '../../../utils/Constants.js';
8+
import { badgeEmojis, emojis, LINKS } from '../../../utils/Constants.js';
99
import { getCredits, simpleEmbed } from '../../../utils/Utils.js';
1010
import BaseCommand from '../../../core/BaseCommand.js';
1111
import { stripIndents } from 'common-tags';
@@ -42,19 +42,15 @@ export default class Credits extends BaseCommand {
4242
InterChat is a project driven by a passionate team dedicated to enhancing the Discord experience. We welcome new members to join our team; if you're interested, please join our [support server](${LINKS.SUPPORT_INVITE}).
4343
4444
${creditsDivider}
45-
${emojis.interchatCircle} **Design:**
46-
${emojis.dotBlue} @${members[5]?.username} (Mascot)
47-
${emojis.dotBlue} @${members[4]?.username} (Avatar)
48-
${emojis.dotBlue} @${members[0]?.username} (Avatar)
49-
${emojis.dotBlue} @${members[6]?.username} (Avatar & Server Icon)
45+
✨ **Design:**
46+
${emojis.dotBlue} @${members[4]?.username} (Mascot)
5047
51-
${emojis.botdev} **Developers:**
48+
${badgeEmojis.Developer} **Developers:**
5249
${emojis.dotBlue} @${members[1]?.username}
5350
${emojis.dotBlue} @${members[2]?.username}
5451
${emojis.dotBlue} @${members[0].username}
5552
56-
${emojis.staff} **Staff: ([Recruiting!](https://forms.gle/8zu7cxx4XPbEmMXJ9))**
57-
${emojis.dotBlue} @${members[4]?.username}
53+
${badgeEmojis.Staff} **Staff: ([Recruiting!](https://forms.gle/8zu7cxx4XPbEmMXJ9))**
5854
${emojis.dotBlue} @${members[3]?.username}
5955
6056
${linksDivider}

src/utils/Constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ export const REGEX = {
4141
SPLIT_WORDS: /\b/,
4242
};
4343

44-
export const StaffIds = ['597265261665714186', '442653948630007808'];
44+
export const StaffIds = ['442653948630007808'];
4545
export const DeveloperIds = ['828492978716409856', '701727675311587358', '456961943505338369'];
46-
export const SupporterIds = ['880978672037802014', '689082827979227160'];
46+
export const SupporterIds = ['880978672037802014'];
4747

4848
export const LINKS = {
4949
TOPGG_API: 'https://top.gg/api/bots/769921109209907241',

0 commit comments

Comments
 (0)