Go to file
2024-06-09 00:50:03 -04:00
chatBot delete ai command from repo 2024-06-08 23:08:39 +00:00
test first commit 2024-06-03 19:23:14 -04:00
.gitignore update gitignore 2024-06-08 19:07:31 -04:00
app.js Removing imports that are no longer needed 2024-06-09 00:00:11 -04:00
index.html Adding a sidebar that contains a room list that can switch chat views, a toggle button to access create/join settings 2024-06-08 01:21:25 -04:00
package.json I actually dont know if it works or not. Changes: Replaced TopicBuffer with chatRoomID and now topicBuffer is being created directly in Client class; Replaced chatBot with Client; Client now extends EventEmitter; bot.on('onMessage', (pear, message) => {}) is now a thing instead of directly putting method in chatBot constructor 2024-06-08 22:34:25 +03:00
style.css removing overflow-y from css to remove scrollbar 2024-06-09 00:50:03 -04:00