Bot usage

Para que el bot funcione correctamente, lo primero es iniciarlo. Si el bot no está en ejecución, no enviará los tickets a Discord; únicamente se enviarán los registros (logs) a través de los webhooks configurados.
Una vez el bot esté iniciado, podrás atender los tickets desde Discord sin ningún inconveniente.
Como iniciar el bot:
1.- Deberá abrir un CMD en la carpeta main del script.
2.- Ejecutar el siguiente comando:
npm install3.- Una vez instalados los modulos, ejecuta el siguiente comando para iniciar el bot:
node bot.js
For the bot to work properly, the first step is to start it. If the bot isn’t running, it won’t send tickets to Discord; only the logs will be sent through the configured webhooks.
Once the bot is running, you’ll be able to handle tickets from Discord without any issues.
How to start the bot:
1.- Open a CMD window in the script’s main folder.
2.- Run the following command:
npm install3.- Once the modules are installed, run the following command to start the bot:
node bot.jsLast updated