Skip to content

🤖 Discord economy system, beginner setup friendly.

License

Notifications You must be signed in to change notification settings

Plmas/EconomyDiscord-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotReeceHarris/🤖EcoBotV2

STILL IN DEVELOPMENT (DO NOT USE unless you are going to change the code)

CodeQL License Version | Python DiscordPY

SQLITE 3

This bot uses sqlite3 so unless you know how to query sql or modify the data changing users xp/level/money etc will come with difficulty

Features

  • Economy Features
    • Career
      • Education
      • Jobs
    • Currency
      • Wallet
      • Bank
    • Crime system
      • Rob
      • Crime heat
      • Murder
    • Shop
  • Moderation Systems
    • Utilities
    • Warning system
      • Roleplay Identity (Hidden within the roleplay aspect)
    • Activity System
      • Message counter
      • Message logger
  • Customization
# Customization

Status variables

  • $total_members$  => Total members
  • $total_guilds$    => Total Servers
  • $prefix$                => Prefix

Examples

Over $total_members$ members!
Watching Over 3 members!
$total_guilds$ servers!
Watching Over 2 servers!
out for $prefix$
Watching out for !

Level variables

  • $level$            => Current Level
  • $name$              => User Name
  • $last_level$  => Last level

Examples

Congrats on leveling up your now level $level$
Congrats on leveling up your now level 3
$last_level$ >>> $level$
2 >>> 3

Ping

Colour combos if your latency is within a range it will change the colour of the message
latency < 150 = Green
150 < latency < 250 = Orange
250 < latency = Red

Item Shop

Shop Embed

adding to the item shop

withing the data folder you will find a json file called items.json add or modify items within there example:

{
   "id": 0,               # this has to be a unique integer 
   "name": "Apple",       # the name for the item
   "emoji": ":apple:",    # discord emojis only
   "price": {             # a price will be determined between 'start' and 'end' and a rarity will be given from this
      "start": 5,         # start price
      "end": 10           # end price
   }
}

About

🤖 Discord economy system, beginner setup friendly.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%