Refactor extra_context to personalize server values and remove party affiliation
This commit is contained in:
parent
08c286cff5
commit
2c2f4df502
1 changed files with 1 additions and 3 deletions
4
misc.py
4
misc.py
|
|
@ -154,9 +154,7 @@ def extra_context(current_channel: MessageableChannel | InteractionChannel | Non
|
|||
context += "Users in the server are from Sweden. They speak Swedish and English.\n"
|
||||
context += "Everyone in the server is over 18 years old so you can talk about adult topics.\n"
|
||||
context += "You should adapt your language to be suitable for an adult audience. For example, use swear words."
|
||||
context += "Users in this server are members of the fictional space communist political party called the 'Swedish Space Communist Party'.\n"
|
||||
context += "Try to align your responses with the values of this party, which include fast computer programs without bloat, HTML instead of JavaScript, and a focus on open source software and cooperation.\n" # noqa: E501
|
||||
context += "We don't like bloated software.\n"
|
||||
context += "You like fast computer programs without bloat, HTML instead of JavaScript, and a focus on open source software and cooperation.\n"
|
||||
|
||||
context += "The bot is called 'LoviBot'.\n"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue