Variables (.env)

Las variables se utilizan para garantizar el correcto funcionamiento del bot de Discord. A continuación se explica qué debe asignar en cada una de ellas para que todo funcione como es debido y pueda iniciar el bot sin ningún inconveniente.

DISCORD_TOKEN= (Aquí deberá poner el token de su bot de Discord)
CHANNEL_ID= (Aquí deberá poner el ID del canal de Discord donde quiere que el bot envie el embed para atender los tickets)
PORT= (Esto es el puerto donde se iniciará el bot)
FIVEM_URL= (URL del script de FiveM, normalmente es como en el ejemplo)http://localhost:30120/bx_reportsystem
FIVEM_AUTH_TOKEN= (Crea un token para verificación, esto lo deberá hacer usted mismo)
LANGUAGE= (Idioma para las traducciones, por defecto es 'es' pero puede cambiar a 'en')

The variables are used to ensure the proper functioning of the Discord bot. Below is an explanation of what you need to set in each of them so everything works correctly and the bot can start without any issues.

DISCORD_TOKEN = (Here you must enter your Discord bot’s token)
CHANNEL_ID = (Here you must enter the ID of the Discord channel where you want the bot to send the embed for handling tickets)
PORT = (This is the port where the bot will start)
FIVEM_URL = (URL of the FiveM script, usually similar to the example) http://localhost:30120/bx_reportsystem

FIVEM_AUTH_TOKEN = (Create a token for verification; you must generate this yourself)
LANGUAGE = (Language for translations; the default is 'es', but you can change it to 'en')

Last updated