https://github.com/igorkowalczyk/majo.exe
๐ Discord bot for almost everything - Memes, Image editing, Giveaway, Moderation, Anime and even more! With over 150 slash commands!
https://github.com/igorkowalczyk/majo.exe
bot discord discord-bot javascript js node-js web-dashboard
Last synced: about 2 months ago
JSON representation
๐ Discord bot for almost everything - Memes, Image editing, Giveaway, Moderation, Anime and even more! With over 150 slash commands!
- Host: GitHub
- URL: https://github.com/igorkowalczyk/majo.exe
- Owner: IgorKowalczyk
- License: mit
- Created: 2020-02-24T16:59:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T22:38:10.000Z (about 2 months ago)
- Last Synced: 2025-05-05T23:32:30.330Z (about 2 months ago)
- Topics: bot, discord, discord-bot, javascript, js, node-js, web-dashboard
- Language: TypeScript
- Homepage: https://majoexe.com
- Size: 59.9 MB
- Stars: 283
- Watchers: 4
- Forks: 128
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.md
- Codeowners: .github/codeowners
Awesome Lists containing this project
README

## โจ Features
- โ๏ธ **Fully Customizable:** Tailor Majo.exe to your preferences with comprehensive customization options.
- ๐ **Built-in Dashboard:** Manage your Majo.exe settings effortlessly through our intuitive dashboard.
- ๐ **Easy Configuration:** Streamlined configuration process that makes setting up a breeze.
- ๐ฏ **150+ Commands:** Access over 150 versatile commands to enrich your server's experience.
- ๐ **Easy Hosting:** Effortlessly host Majo.exe on your servers and keep it online 24/7.## ๐ Invite
Go to [this link](https://discord.com/oauth2/authorize/?permissions=4294967287&scope=bot%20applications.commands&client_id=949342410150924319) and add the bot (this requires `MANAGE_GUILD` permission) to your server.
[Or to make it easier, visit our website](https://majoexe.com/)
## ๐ฅ๏ธ Hosting
We are hosting Majo.exe on our own servers. Majo.exe will be online 24/7. [Invite Majo here!](https://majoexe.com/api/invite)
However, if you want to host Majo.exe yourself, you can do it. [Check out our tutorials](#-tutorials) to learn how to do it.> [!IMPORTANT]
> **This project is not for beginners.** If you are not familiar with Node.js, Prisma, Discord.js or any other technology used in this project, you should not host Majo.exe yourself!### ๐ Tutorials
- **[๐ค Bot setup tutorial](/apps/bot/README.md)**
- **[๐ฉ Dashboard setup tutorial](/apps/dashboard/README.md)**
- **[๐ Database setup tutorial](/packages/database/README.md)**## โ๏ธ System Requirements
Ensure your setup meets these prerequisites before setting up Majo.exe:
- `PostgreSQL 14x` or higher
- `Node.js 18x` or higher
- `(Any)` Linux x64ยน
- `~512MB` of RAM (minimum)
- `~3GB` of hard drive space (minimum)> [!NOTE]
> 1. Debian based distros are recommended, bot can also run on Windows and MacOS but it's not recommended.## ๐ Global `.env` file
| Variable | Description | Required (Bot) | Required (Dashboard) |
| --------------------------- | -------------------------------------------------------- | -------------- | -------------------- |
| `TOKEN` | Discord bot token | `โ Yes` | `โ Yes` |
| `CLIENT_ID` | Discord client ID | `โ Yes` | `โ Yes` |
| `CLIENT_SECRET` | Discord client secret | `โ No` | `โ Yes` |
| `DATABASE_URL` | Main database connection string | `โ Yes` | `โ Yes` |
| `DATABASE_URL_UNPOOLED` | Non-pooling database connection string | `โ No` | `โ No` |
| `REDIS_URL` | Redis Cache connection string | `โ Yes` | `โ Yes` |
| `SECRET` | Secret string (minimum 32 characters) | `โ No` | `โ Yes` |
| `NEXTAUTH_URL` | NextAuth.js URL (e.g., http://localhost:3000) | `โ No` | `โ Yes` |
| `NEXT_PUBLIC_URL` | Next.js public URL (e.g., http://localhost:3000) | `โ No`ยน | `โ Yes` |
| `HOTJAR_ID` | [Hotjar](https://hotjar.com) ID | `โ No` | `โ No` |
| `DISCORD_SUPPORT_SERVER_ID` | Discord support server ID | `โ No` | `โ No`ยฒ |
| `TOPGG_API_KEY` | [top.gg](https://top.gg) API key | `โ No` | `โ No`ยณ |
| `DISCORD_BOT_LIST_API_KEY` | [discordbotlist.com](https://discordbotlist.com) API key | `โ No` | `โ No`โด |> [!NOTE]
> 1. `NEXT_PUBLIC_URL` is required only if you want to also host the dashboard.
> 2. `DISCORD_SUPPORT_SERVER_ID` is required only if you want to automatically add users to your own Discord server when they log in to the dashboard. Please note that the bot needs `Manage Server` permission in the server!\
> 3. `TOPGG_API_KEY` is required only if you want to automatically post server count to [top.gg](https://top.gg).
> 4. `DISCORD_BOT_LIST_API_KEY` is required only if you want to automatically post server count, stats and more to [discordbotlist.com](https://discordbotlist.com).> [!WARNING]
> There is one global `.env` file for all projects. **Do not create `.env` file in `apps/bot`, `packages/database` or `apps/dashboard` folders!** **This can cause problems and potential security issues.**## ๐ Contributors
- [**@binary-blazer**](https://github.com/binary-blazer) - Hosting support
- [**@TsukiyoDevs**](https://github.com/TsukiyoDevs) - Bug fixes, New features, Testing
- [**@r-kjha**](https://github.com/r-kjha) - Emoji config support, Bug fixes, New features, Testing
- [**@Joao-Victor-Liporini**](https://github.com/Joao-Victor-Liporini) - Bug fixes, Command handler improvements, Testing, New features
- [**@evandev**](https://github.com/xefew) - Bug fixes, Testing
- [**iWeedy\_**](https://github.com/i-weedy) - Testing
- [**@krzesl0**](https://github.com/krzesl0) - New Features, Bug fixes, Testing
- [**@\_index1337**](https://github.com/index1337) - Readme tutorials
- [**@Wafelowski**](https://github.com/HeavyWolfPL) - Translation improvements
- [**@Sakshyam6966**](https://github.com/Sakshyam6966) - New Features, Bug fixes, Testing## ๐ Sponsors
**These wonderful people and services have helped develop Majo.exe, without them this project would not exist. Thanks goes to these wonderful people!**
| | Sponsor | Description |
| -------------------------------------------------------------------- | ------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------- |
|  | [**TrestHost**](https://dash.tresthost.me/register?ref=majonez.exe) | **TrestHost is a good and powerful hosting provider** providing servers from the **USA and Germany**. Try us out today! |## โ Hosting Agreement
**By hosting the project, you agree to the following terms:**
1. ๐ **Attribution:**
- **You are not allowed to claim authorship** or affiliation with the Majo.exe team.
- **Proper credit must be given** to the original author when hosting the project.
- **You are not allowed to use the Majo.exe name or logo** in any way that implies affiliation with the Majo.exe team.2. ๐ป **Hosting Rights:**
- The bot can be hosted on your server, **provided the terms outlined here are respected**.
3. ๐ง **Modifications:**
- The footer in the Dashboard, such as "Powered by Majo.exe," **must not be modified or removed**.
- The `/about` command **must not be modified or removed**. This command contains information about the project and its authors.
- The project's source code **must not be modified in any way that would remove or alter the original attribution**.
- **The license must be included with any public distribution** of the project or its modified source code.4. ๐ฆ **Distribution:**
- **You may not distribute the bot or its modified versions without adhering to the terms** mentioned in this agreement.
- **Any public release or distribution must include clear attribution** to the original author and a link to the original repository or source.5. โ๏ธ **Compliance:**
- Failure to comply with these terms may result in a violation of the agreement.
- **Legal action may be taken** if these terms are not respected.## โ๏ธ Issues
If you have any issues with the page please create [new issue here](https://github.com/igorkowalczyk/majo.exe/issues). When creating new issue please provide as much information as possible. If you can, please provide logs from console.
We will review your pull request as soon as possible. We might suggest some changes or improvements.
## ๐ฅ Pull Requests
When submitting a pull request:
- Clone the repository (`git clone https://github.com/igorkowalczyk/majo.exe`)
- Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`).
- Open a [pull request](https://github.com/igorkowalczyk/majo.exe/pulls) on [GitHub](https://github.com) and describe the feature or fix.## ๐ License
This project is licensed under the MIT. See the [LICENSE](https://github.com/igorkowalczyk/majo.exe/blob/master/license.md) file for details
The cake is a lie ๐ฐ