Skip to content

ZIRAFLIX/DEVOLUT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A open source Discord application developed for roleplay communities (FiveM Servers) or stores, with essential features.

GitHub package.json version (branch) GitHub

🏁 Installation

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

📖 Documentation

Access the documentation to learn how to customize your application.

📋 To do

  • Embed system;
  • Ticket system;
  • E-mail validation system;
  • Products with Getway payments system;
  • Forms system;

⭐ Credits

This software uses the following open source packages:

📜 License

This software is licensed under the GNU © ZIRAFLIX.

Releases

No releases published

Sponsor this project