Skip to content

🍍- A multi-purpose Discord client written in Javascript with 42 commands and a highly optimised web application with control over the application's settings. Eres is running on over 34 servers, we invite you to try it out and hope you enjoy it!

License

skillzl/eres

Repository files navigation

🍍 A multi-purpose Discord client written in Javascript with 42 commands and a highly optimised web application with control over the application's settings. Eres is running on over 34 servers, we invite you to try it out and hope you enjoy it!

πŸ“‚ Content

🌐 Deployment & Features

Deployment support is not here yet! This repository is only for github imigration purposes.

  • β˜‘οΈ Modular features with optional congifuration.
  • β˜‘οΈ Experience system with levels and xp.
  • β˜‘οΈ Popular canva design for rank and profile command.
  • β˜‘οΈ Web application (dashboard) for optional configuration settings.
  • β˜‘οΈ Multi-lingual support (available languages: English, Romanian).
  • β˜‘οΈ Modern tehnologies for web app (nodejs, express, mongodb, tailwindcss, etc).
  • β˜‘οΈ Music player for mass-usage (DJ Role setting on dashboard).

⌨️ Node start guide

git clone https://github.com/skillzl/eres
cd eres-main

npm install
node deploy (before running bot.js, so the slash commands can be loaded) 

npn run start [cls && node bot.js] or nodemon

πŸ–ΌοΈ Dashboard UI

Tip: Visit this repository to check out the latest version available.

πŸš€ Envoirement settings

## Discord Application Token
TOKEN=

## Mongoose Connection String
MONGO_URL=

## Discord Application Unique Identifier
CLIENT_ID=

## Dicord Application Secret Key => (used for dashboard authentication)
CLIENT_SECRET=

## Listening Port for web-server
PORT= (e.g: 3000)

## Callback Url for web-server => (also applied in discord.com/developers settings)
CALLBACK_URL= (e.g: http://localhost:3000/login)

## Support server Url
SUPPORT_SERVER=

## Unique identifier developer
DEVELOPER_ID=

## Unique identifier webhook for bug reports
WEBHOOK_ID=

## Unique token webhook for bug reports
WEBHOOK_TOKEN= 

## Analytics unique identifier (for analytics)
ANALYTICS_ID=

## Domain
DOMAIN= (e.g: localhost:3000 => if used locally)

## api.skillzl.dev unique key (visit api.skillz.dev for key)
SKILLZL_API_KEY=

## Custom youtube cookie (for 419 rate limits)
YOUTUBE_COOKIE=


## api.eres.fun unique key (visit api.eres.fun for key)
API_ERES_KEY=

## GitHub Personal Token => (used for github integration /admin/panel)
GITHUB_TOKEN=

## Replicate API Key (replicate.com for key)
REPLICATE_API_KEY=

Note: Envoirement settings need to be in a ".env" file.

πŸ“ˆ Analytics

Use this feature to know exactly how many people are using the bot. This feature requires the ANALYTICS_ID to be set. To get your _id from the mangoose database, follow this tutorial I made real quick!

Analytics Tutorial

πŸ˜ƒ Emojis

If you want to use custom emojis, you can do it here. Eres project emojis are stored in assets: assets/emojis (import them to your Discord server) To change emojis you can do it here: functions/Emojis (currently those emojis are from Eres - 🍍 Discord server, so you need to change with yours)

πŸ” License

This project is licensed under the Apache License 2.0 License - see the LICENSE file for details.

πŸ™‹β€β™‚οΈ Contributors

Don't hesitate to make a pull request if you have any suggestions, bugs or just want to add more features.

About

🍍- A multi-purpose Discord client written in Javascript with 42 commands and a highly optimised web application with control over the application's settings. Eres is running on over 34 servers, we invite you to try it out and hope you enjoy it!

Topics

Resources

License

Stars

Watchers

Forks