Skip to content

Eltrix-Dot/Eltrix-Discord.bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

โœจ Eltrix Discord Bot

The All-in-One Discord Server Manager

(Hint #V.4 is coming soon)

image

Version Python License Commands Status


๐Ÿš€ About Eltrix

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

๐Ÿ“ฆ Features

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

๐Ÿ› ๏ธ Installation

1๏ธโƒฃ Requirements

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

2๏ธโƒฃ Clone the Repository

git clone https://github.com/Eltrix-Dot/Eltrix-Discord.bot
cd Eltrix-Discord.bot

3๏ธโƒฃ Install Dependencies

pip install -r requirements.txt

4๏ธโƒฃ Configure the Bot

Open:

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 = 123456789012345678

๐Ÿ”Ž How to find Discord IDs

Enable Developer Mode

Discord Settings
โ†’ Advanced
โ†’ Developer Mode

Then:

Right click โ†’ Copy ID

Works for:

  • Users
  • Roles
  • Channels
  • Servers

โ–ถ๏ธ Starting the Bot

Run the bot with:

python ELTRIX.py

If everything works you should see:

Bot connected
Commands synced
Eltrix is online

๐Ÿ“‹ Command Overview

All commands use Discord Slash Commands


๐Ÿ›ก๏ธ Moderation

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

๐ŸŽŸ๏ธ Ticket System

Command Description
/ticketsetup Create ticket panel
/ticketclaim Claim a ticket
/ticketadd Add user to ticket
/ticketremove Remove user
/ticketdelete Delete ticket

๐Ÿ“ˆ Leveling System

Command Description
/rank Show rank card
/levelboard XP leaderboard
/setxp Set XP
/setlevelrole Add level role
/removelevelrole Remove level role

๐Ÿ’ฐ Economy

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

๐ŸŽ‰ Fun Commands

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

โš™๏ธ Utility

Command Description
/ping Check latency
/uptime Bot uptime
/userinfo User info
/serverinfo Server stats
/remindme Reminder
/afk AFK status
/botinvite Invite link

๐Ÿค Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a branch
git checkout -b feature/AmazingFeature
  1. Commit your changes
git commit -m "Added AmazingFeature"
  1. Push the branch
git push origin feature/AmazingFeature
  1. Open a Pull Request

๐Ÿ“œ License

Distributed under the MIT License

Copyright ยฉ 2026 Eltrix-Dot


โญ Support

If you like the project:

โญ Star the repository ๐Ÿด Fork it ๐Ÿ›  Contribute


๐Ÿ’ก Built with Python & Discord.py


Releases

No releases published

Packages

 
 
 

Contributors

Languages