send_message

You can send messages to characters, which will be displayed on the website.

# some code

from crushon.lib import Characters
characters = Characters(client)
print(characters.get_history(text="hello!", charid="charid"))

Last updated