Add the beginnings of guilds

This commit is contained in:
Raven Scott
2024-06-20 00:46:24 -04:00
parent 9d759e5af3
commit cd92618351
5 changed files with 897 additions and 469 deletions

View File

@ -1,7 +1,7 @@
export default {
handler: function(bot, args, message) {
// Specify the path to the file you want to send
const filePath = '/to/file/path.js'; // Replace with the actual file path
const filePath = '/Users/raven/chat/chatBot/bot.js'; // Replace with the actual file path
const fileType = 'text/html'; // Specify the correct file type
// Send the file message using the bot instance