Started working on proper classes for messages (files and text), user peer class, chatroom class
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
import Client from './includes/client.js'; // Adjust the import path as necessary
|
||||
import Client from './includes/Client.js'; // Adjust the import path as necessary
|
||||
import 'dotenv/config';
|
||||
|
||||
// Create a new instance of the chatBot class with a valid botName
|
||||
|
Reference in New Issue
Block a user