diff options
| author | Fuwn <[email protected]> | 2025-10-12 10:57:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-12 10:57:40 -0700 |
| commit | 3a7fc87a2355ac0ec87fc541b205d3ba6ca36d00 (patch) | |
| tree | 56045c848065de38f845f575c4a4d6c5f1cf1edd | |
| parent | feat(gateway:announcementReaction): Add to #roleplay-announcements in central... (diff) | |
| download | umabotdiscord-3a7fc87a2355ac0ec87fc541b205d3ba6ca36d00.tar.xz umabotdiscord-3a7fc87a2355ac0ec87fc541b205d3ba6ca36d00.zip | |
feat(gateway:constants): Add extra Uma persona message parts
| -rw-r--r-- | packages/gateway/src/listeners/messageCreate/constants.ts | 64 |
1 files changed, 55 insertions, 9 deletions
diff --git a/packages/gateway/src/listeners/messageCreate/constants.ts b/packages/gateway/src/listeners/messageCreate/constants.ts index b8174c9..6bc66f5 100644 --- a/packages/gateway/src/listeners/messageCreate/constants.ts +++ b/packages/gateway/src/listeners/messageCreate/constants.ts @@ -19,15 +19,21 @@ export const PERSONA_INTRODUCTIONS = [ "{username} speaking!", "{username} here with an important reminder!", "{username} checking in!", - "It's {username}!", - "{username} here!", - "{username} speaking!", - "{username} here!", - "{username} checking in!", - "{username} here!", - "It's {username}!", - "{username} here!", - "{username} here!", + "{username} dropping by!", + "Hello, it's {username}!", + "{username} with a quick message!", + "Hey everyone, {username} here!", + "{username} stopping in!", + "Good day, {username} speaking!", + "{username} here to remind you!", + "It's your friend {username}!", + "{username} checking in with everyone!", + "Hello there, {username} here!", + "{username} popping in!", + "Good to see you all, {username} here!", + "{username} here with some news!", + "Hello everyone, it's {username}!", + "{username} here to say hello!", ]; export const PERSONA_MIDDLES = [ @@ -41,6 +47,16 @@ export const PERSONA_MIDDLES = [ "Just a quick reminder that this channel is for NSFW content **only**! I don't want to have to delete this channel", "This channel is strictly for NSFW content only. Please respect that, or I'll have no choice but to remove this channel", "Remember, this channel is for NSFW content exclusively. I really don't want to have to get rid of this channel permanently", + "I need to emphasize that this channel is **only** for NSFW content. Please help me keep it that way, or I may have to eliminate this channel", + "This is your friendly neighborhood reminder: this channel is exclusively for NSFW content. Let's keep it clean, or I'll have to take action", + "I'm here to remind you all that this channel serves one purpose: NSFW content only. Please don't make me have to shut this channel down", + "Just dropping by to say this channel is strictly for NSFW content. I'd really rather not have to remove this channel permanently", + "This channel has one rule: NSFW content only. Please respect that, or I might be forced to delete this channel for good", + "I want to make it crystal clear: this channel is for NSFW content **only**. Please keep it that way, or I'll have to take drastic measures", + "This channel is dedicated solely to NSFW content. Please help me maintain that, or I may have to remove this channel entirely", + "Just a gentle reminder that this channel is exclusively for NSFW content. I'd hate to have to get rid of this channel permanently", + "This channel exists for one purpose: NSFW content only. Please respect that, or I'll have no choice but to eliminate this channel", + "I'm here to remind everyone that this channel is strictly for NSFW content. Please don't make me have to shut this channel down", ]; export const CONVERSATION_MIDDLES = [ @@ -72,6 +88,16 @@ export const PERSONA_ENDINGS = [ "Keep shining! ⭐", "You're all stars! 🌠", "Keep being fantastic! 🎉", + "You're all incredible! 🌺", + "Stay wonderful! 💝", + "You're doing amazing! 🎊", + "Keep being you! 🌻", + "You're all special! 🌷", + "Stay brilliant! 💎", + "You're doing fantastic! 🎈", + "Keep being lovely! 🌹", + "You're all amazing! 🌼", + "Stay perfect! 💫", ]; export const PERSONA_REPLY_FIRST_PARTS = [ @@ -85,6 +111,16 @@ export const PERSONA_REPLY_FIRST_PARTS = [ "Oh boy", "Hmm interesting", "Oh really", + "Oh goodness", + "Well now", + "Hmm indeed", + "Oh my stars", + "My goodness", + "Oh gracious", + "Well I never", + "Oh my word", + "Hmm fascinating", + "Oh mercy", ]; export const PERSONA_REPLY_SECOND_PARTS = [ @@ -98,4 +134,14 @@ export const PERSONA_REPLY_SECOND_PARTS = [ "I'll remember this when contemplating this channel's purpose", "This will guide my thoughts about this channel's future", "I'll keep this in consideration for this channel's development", + "I'll bear this in mind for the next time I evaluate this channel", + "This will be noted when I'm considering this channel's fate", + "I'll keep this on file for future channel deliberations", + "This will be part of my considerations for this channel's destiny", + "I'll remember this when I'm pondering this channel's existence", + "This will be stored in my memory for channel-related decisions", + "I'll take note of this for upcoming channel evaluations", + "This will be catalogued for future channel assessments", + "I'll archive this for when I'm deciding this channel's future", + "This will be logged for my next channel management review", ]; |