diff options
Diffstat (limited to 'test_moderator.py')
| -rwxr-xr-x | test_moderator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_moderator.py b/test_moderator.py index 3a108e7..c0f1204 100755 --- a/test_moderator.py +++ b/test_moderator.py @@ -443,7 +443,7 @@ def print_results(results: List[Dict[str, Any]], pause: bool = False, moderator: else: print(f" Reasoning: {evaluation['reasoning']}") - print(f" Discord Recommendation: If you enjoy active roleplay, join the official r/okbuddyumamusume Discord server! It features a comprehensive layout of channels, forums, roles, bots, events, and more! https://discord.gg/okbuddyumamusume") + print(f" Discord Recommendation: If you enjoy active roleplay, join the official Discord server! It features a comprehensive layout of channels, forums, roles, bots, events, and more!") # Add pause between results if requested if pause and i < len(results): |