A open source Discord application developed for roleplay communities (FiveM Servers) or stores, with essential features.
First, clone the repository and start installing the dependencies:
$ git clone https://git@github.com:ZIRAFLIX/DEVOLUT.git
$ npm i
With the cloned repository and installed dependencies, create the .env
file in the root of the application and fill in the data below:
#DISCORD SETTINGS
TOKEN=""
GUILD_ID=""
#MYSQL SETTINGS
MYSQL_DATABASE=""
MYSQL_USER=""
MYSQL_PASSWORD=""
MYSQL_DIALECT=""
MYSQL_HOST=""
MYSQL_TIMEZONE=""
MYSQL_PORT=""
Select the default language for application responses and add optional settings according to desired functionality in the configuration file:
export default {
locale: 'en_US', // Language used in the application. Available languages: en_US, pt_BR
activity: { // Activity application configuration
time: 1, // Time to change activity in minutes
type: 0, // Available types: GAME: 0, STREAMING: 1, LISTENING: 2, WATCHING: 3, COMPETING: 5
random: [ // Content to change activity
// 'Your application status',
]
},
[...]
}
Start your application:
$ npm run dev
Access the documentation to learn how to customize your application.
- Embed system;
- Ticket system;
- E-mail validation system;
- Products with Getway payments system;
- Forms system;
This software uses the following open source packages: