Skip to content

Releases: DanielOrourke02/Echo

v5.15.13

18 Sep 18:23
e037c92
Compare
Choose a tag to compare

DEPRECATED

Project is now deprecated. If any bugs or issues are brought to me I will try my best to fix it. But I do not plan to give the bot any updates, only needed bug fixes.

If you want to reach out to me then send me a message on discord: mal023

v5.15.12

11 Aug 19:43
5b8112e
Compare
Choose a tag to compare

Shorter cooldown

beg = 15s

scrap = 1min

dig = 1min

hunt = 1min

WORKING ON A NEW RELEASE, MOVING TO SLASH COMMANDS

The economy part of the bot will get removed entirely and put into a new bot. (A new bot called eclipse)

Full Changelog: v5.14.12...v5.15.12

v5.14.12

14 Jul 17:40
Compare
Choose a tag to compare

Major Money glitch pathched

Fixed the bug where users could get infinite money by playing slots and blackjack with negative numbers. Then by loosing the negative bet turns into a positive number. Essentially the user wins by losing. Thanks for alerting me of this murder_scene!!

Check the previous release on all the infomation on what was added/changed in v5

Full Changelog: v5.14.11...v5.14.12

v5.14.11

14 Jul 15:10
Compare
Choose a tag to compare

MAJOR UPDATE

Moved to SQL Databases

After about 2 weeks of work I finially managed to move everything to SQL databases. The code will still be a little bit buggy, but everything seems to be working.

Benefits

  • Faster

  • Better practise

  • Overall better

What changed

  • Economy game is now MUCH faster (SQL databases are like 3x faster than json)

  • Minor bug fixes

  • Installation.py was deleted, I have made a much more reliable method of installing the bot

    • Created requirements.txt with speicific library version
  • Changed default config.json values

If you are moving from json to SQL, I don't have a method of converting json 2 SQL sadly.

Full Changelog: v4.14.11...v5.14.11

v4.14.11

07 Jul 11:39
Compare
Choose a tag to compare

Bug Fixes, documentation

  • Removal of the following features:

    • Message delete alert
    • Cooking Cog
  • Added more commenting, including a short description in each file about what it contains.

MORE UPDATES SOON!! MOVING TO SQL DATABASES VERY SOON.

Full Changelog: v4.13.11...v4.14.11

v4.13.11

18 May 15:30
b3659e1
Compare
Choose a tag to compare

Non-essential update

Cosmetics item added (god item)

  • God item added, you can get the item through the regular commands such as scrap, dig and hunt. It has a 0.1% chance of being found and is worth 15000000

New recipe

If you somehow manage to get 2x god items (0.1% each) you can craft the glitch item. Which is worth 50 million.

Minor bug fixes, typos corrected.

Full Changelog: v4.12.11...v4.13.11

v4.12.11

18 May 11:55
efd0292
Compare
Choose a tag to compare

Minor Bug fixes, feature removed

Blackjack Tie logic

  • In the old code if there was a tie, the user still won. Now with the updated code no balance is added or lost

Moderation commands

  • Updated the reasoning for ban/kick/mute commands (minor bug fix)

Slots

Added a 3 second cooldown

Embeds for economy related activites

  • Updated the colour of embeds to green
  • Changed some messages
  • Updated the footer of embeds in the economy game to:
    • Need some help? Do {prefix}tutorial

Tutorial command

  • Removed wallet drops from the economy tutorial

Feature Removed (buggy)

Wallet drops, this was a beta feature and was still in testing, i thought it was ready to be relased but apparently now. So I have removed it until further notice

Full Changelog: v4.12.10...v4.12.11

v4.12.10

17 May 15:19
192f918
Compare
Choose a tag to compare

Regular update

Help.py

  • All I did was update some commands

Slots.py

  • 3 second cooldown added

  • Sends a cooldown message to the user if they attempt to run the command during the 3 second duration

  • Prevents spamming (which can crash the bot)

Full Changelog: v4.11.10...v4.12.10

v4.11.10

11 May 22:49
962df5d
Compare
Choose a tag to compare

Bug fix

Fixed a bug in extensions.py (had something to do with the check function.

View the previous release for more infomation on the changelogs (I added networth and rewrote the baltop command)

Full Changelog: v4.11.9...v4.11.10

v4.11.9

11 May 22:45
edf96c6
Compare
Choose a tag to compare

New features!

New command

  • Added networth command, All this does is calculate your true balance. Instead of only showing your on hand and bank balance. This command calculates all of your bank and wallet balance AND the value of all the items (assets) in your inventory. Adds them all together and BOOM you have your networth. Or your 'true' balance/value.

Updated baltop

After a long 3 hours of fixing ONE BUG i FINIALLY rewrote the command to calculate the networth.

  • Baltop command now shows the total networth of users. (all assets, wallet bal and bank bal added together)
  • Still shows top 10 richest users)
  • At the bottom of the embed it shows your rank e.g rank 26

Check README.md for the TODO list along with possible features!

Please enjoy! And leave a star if you like this project!

Full Changelog: v4.10.9...v4.11.9