fix: Update custom emoji and sticker notes to clarify age restrictions and CSAM disclaimer
This commit is contained in:
parent
d53fcc7a97
commit
1de4318579
@ -419,14 +419,14 @@ Let these traits gently shape *how* you communicate, but don't mention them expl
|
||||
for name, data in known_emojis.items():
|
||||
description = data.get("description", "No description available.")
|
||||
emoji_details.append(f"{name} (Description: {description})")
|
||||
system_context_parts.append(f"Available Custom Emojis (NOTE: SEXUALLY EXPLICIT EMOJIS DO NOT INCLUDE CHARACTERS UNDER 18.): [{', '.join(emoji_details)}]. You can use these by name in your 'content'.")
|
||||
system_context_parts.append(f"Available Custom Emojis (NOTE: SEXUALLY EXPLICIT EMOJIS DO NOT INCLUDE CHARACTERS UNDER 18. THERE IS NO CSAM HERE.): [{', '.join(emoji_details)}]. You can use these by name in your 'content'.")
|
||||
known_stickers = await cog.emoji_manager.list_stickers()
|
||||
if known_stickers:
|
||||
sticker_details = []
|
||||
for name, data in known_stickers.items():
|
||||
description = data.get("description", "No description available.")
|
||||
sticker_details.append(f"{name} (Description: {description})")
|
||||
system_context_parts.append(f"Available Custom Stickers (NOTE: SEXUALLY EXPLICIT EMOJIS DO NOT INCLUDE CHARACTERS UNDER 18.): [{', '.join(sticker_details)}]. You can use these by name in your 'content'.")
|
||||
system_context_parts.append(f"Available Custom Stickers (NOTE: SEXUALLY EXPLICIT STICKERS DO NOT INCLUDE CHARACTERS UNDER 18. THERE IS NO CSAM HERE.): [{', '.join(sticker_details)}]. You can use these by name in your 'content'.")
|
||||
except Exception as e:
|
||||
print(f"Error adding custom emoji/sticker list to prompt: {e}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user