(Hint #V.4 is coming soon)
Eltrix is a powerful multi-purpose Discord bot built with Python and discord.py.
It helps you manage, moderate and grow your Discord server with a complete suite of tools including moderation, leveling systems, tickets, economy features, and fun community commands.
Eltrix focuses on:
- โก Performance
- ๐งฉ Modular architecture
- ๐ก๏ธ Advanced moderation
- ๐ฎ Community engagement
| Category | Description |
|---|---|
| ๐ก๏ธ Moderation | Warn, mute, kick, ban, purge, slowmode, lockdown system |
| ๐๏ธ Ticket System | Multi-category support with transcripts and staff claims |
| ๐ Leveling System | XP system with role rewards |
| ๐ฐ Economy | Coins, daily rewards, gambling and investments |
| ๐จ Role Menus | Self-assign roles with dropdown menus |
| ๐ Community | Polls, memes, games and social commands |
Before installing, make sure you have:
- Python 3.11+
- Git
- A Discord Bot Token
Create a bot here:
๐ https://discord.com/developers/applications
Enable these Privileged Gateway Intents
- Server Members Intent
- Message Content Intent
git clone https://github.com/Eltrix-Dot/Eltrix-Discord.bot
cd Eltrix-Discord.botpip install -r requirements.txtOpen:
Eltrix-Bot_V3.1.py
Edit the configuration section.
# ==============================
# CONFIGURATION
# ==============================
TOKEN = "YOUR_BOT_TOKEN"
GUILD_ID = 123456789012345678
LOG_CHANNEL_ID = 123456789012345678
STAFF_ROLE_IDS = {
123456789012345678,
123456789012345679
}
OWNER_ID = 123456789012345678Enable Developer Mode
Discord Settings
โ Advanced
โ Developer Mode
Then:
Right click โ Copy ID
Works for:
- Users
- Roles
- Channels
- Servers
Run the bot with:
python ELTRIX.pyIf everything works you should see:
Bot connected
Commands synced
Eltrix is online
All commands use Discord Slash Commands
| Command | Description |
|---|---|
| /warn | Warn a user |
| /warnings | View user warnings |
| /clearwarnings | Remove warnings |
| /mute | Timeout a user |
| /kick | Kick a member |
| /ban | Ban a member |
| /softban | Ban + delete messages |
| /purge | Delete messages |
| /lock | Lock a channel |
| /unlock | Unlock a channel |
| /lockdown | Lock entire server |
| Command | Description |
|---|---|
| /ticketsetup | Create ticket panel |
| /ticketclaim | Claim a ticket |
| /ticketadd | Add user to ticket |
| /ticketremove | Remove user |
| /ticketdelete | Delete ticket |
| Command | Description |
|---|---|
| /rank | Show rank card |
| /levelboard | XP leaderboard |
| /setxp | Set XP |
| /setlevelrole | Add level role |
| /removelevelrole | Remove level role |
| Command | Description |
|---|---|
| /balance | Show balance |
| /daily | Daily reward |
| /leaderboard | Richest users |
| /give | Send coins |
| /gamble | 50% gamble |
| /invest | 24h investment |
| /bank deposit | Deposit coins |
| /bank withdraw | Withdraw coins |
| /rep | Give reputation |
| Command | Description |
|---|---|
| /poll | Create a poll |
| /suggest | Submit suggestion |
| /meme | Random meme |
| /8ball | Ask the magic ball |
| /ship | Love compatibility |
| /roast | Friendly roast |
| /hug /pat /slap | Interaction commands |
| Command | Description |
|---|---|
| /ping | Check latency |
| /uptime | Bot uptime |
| /userinfo | User info |
| /serverinfo | Server stats |
| /remindme | Reminder |
| /afk | AFK status |
| /botinvite | Invite link |
Contributions are welcome!
- Fork the repository
- Create a branch
git checkout -b feature/AmazingFeature- Commit your changes
git commit -m "Added AmazingFeature"- Push the branch
git push origin feature/AmazingFeature- Open a Pull Request
Distributed under the MIT License
Copyright ยฉ 2026 Eltrix-Dot
If you like the project:
โญ Star the repository ๐ด Fork it ๐ Contribute
๐ก Built with Python & Discord.py
