diff options
| author | Fuwn <[email protected]> | 2025-10-11 13:31:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-11 13:31:16 -0700 |
| commit | ea6eb243e29c392ae66021a625efe6793a5a8cae (patch) | |
| tree | 622f63c51132a9b78147b85f566baab50a75645a /packages/shared | |
| parent | feat(gateway:prm): Add reply handling (diff) | |
| download | umabotdiscord-ea6eb243e29c392ae66021a625efe6793a5a8cae.tar.xz umabotdiscord-ea6eb243e29c392ae66021a625efe6793a5a8cae.zip | |
feat(gateway:announcementReaction): Add to #roleplay-announcements in central server
Diffstat (limited to 'packages/shared')
| -rw-r--r-- | packages/shared/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/shared/index.ts b/packages/shared/index.ts index 9f70052..4446bf0 100644 --- a/packages/shared/index.ts +++ b/packages/shared/index.ts @@ -8,6 +8,7 @@ export const CENTRAL_VOICE_CHANNEL_ID = "1422049438863589487"; export const ROLEPLAY_VOICE_CHANNEL_ID = "1423919139394949221"; export const CENTRAL_ANNOUNCEMENTS_CHANNEL_ID = "1406591215608270981"; export const ROLEPLAY_ANNOUNCEMENTS_CHANNEL_ID = "1423919139864707084"; +export const CENTRAL_ROLEPLAY_ANNOUNCEMENTS_CHANNEL_ID = "1410993147630194870"; export const CENTRAL_ART_MEDIA_CHANNEL_ID = "1410333697701314791"; export const CENTRAL_ART_MEDIA_NSFW_CHANNEL_ID = "1420297845998620733"; export const CENTRAL_MODERATION_LOG_CHANNEL_ID = "1406422619934167106"; |