<h1>"Multiplayer"</h1>
- CustomChat now works better for websites, as many people can have a separate conversation at the same time.
- When using the "run" and "get_response" functions, you must have a name for the chat to be stored under, for example, <code>CustomChat.run("Bob")</code> will be stored in a text file labeled "Bob_data." This file is kept in the package folder.
- Changed code:
- <code>CustomChat.run()</code> is now <code>CustomChat.run(insert_name_here)</code>
- <code>CustomChat.get_response(your_response)</code> is now <code>CustomChat.get_response(your_response, insert_name_here)</code>
- <code>CustomChat.reset()</code> is now <code>CustomChat.reset(insert_name_here)</code>
**Full Changelog**: https://github.com/Mrpi314tech/CustomChat/compare/v1.0.7...v1.0.8