Skip to content

Releases: DanielJones02/Echo

v4.6.7

04 May 11:19
4f0ceee
Compare
Choose a tag to compare

Minor bug fixes

  • Buy command. Fixed incorrect purchase value showing.

TODO

Fix streets command. The error seems to be that the bot isnt seeing or capturing the messages from the author. That is why there isnt any error messages. I am trying to find a fix.

Full Changelog: v4.6.6...v.4.6.7

v4.6.6

27 Apr 11:20
f7d86b6
Compare
Choose a tag to compare

Minor update (Bug fixes, logic updated etc)

New Admin command added

  • .cool_bypass, only admins can run this command. All it does is it sets the cooldowns.json file to {}, meaning all cooldowns stored inside it are reset. The only exceptions are: bank interest and farming.

Bot invite link updated

  • The bot now sends a hyper link instead of the full link.

Config value added

  • Added the sell price of meth to the config. meth_sell_price, deafult is 4000 (per meth item)

Rob command logic updated

If the target user to rob has 0 money on hand, an error message will be sent.

Baltop command logic updated

I hoesntly dont know why I didn't do this before. But the baltop command now calculates the on hand and the bank balance added together. E,g if I have 1000 on hand and 10000 in my bank, My total balance will be 11000.

Disclaimer

The streets command is still in beta! It doesn't work 100% of the time but im working on a fix.

Thank you for using Echo!

v4.5.6

22 Apr 16:37
7f2bf16
Compare
Choose a tag to compare

NEW ECONOMY GAME!

  • Added cook.py
    • added the cook command, this allows you to use 1 'chemical' and 1 'red' to cook 5 meth
    • added the streetscomand, this allows you to sell meth that you cooked for 4k per meth, BUT you can get caught by the police and get your money and your 5 meth that your selling stolen.

More info on the added commands

  • cook command, Main Key points:

    • Allows you to use 1 chemical and 1 red to cook 5 meth
    • No cooldown
    • Stove needed (items in the shop)
  • streets command, Main Key points:

    • Allows you to sell the 5 meth to people (random conversations
    • You can get caught by the police
    • If you get caught by the police all your profit made and all your meth gets stolen (all 5)
    • Some messages will have a '..' inside them, this means its a cop, at this point you will 'pass'
    • For conversations that don't have the '..' type 'sell' in chat, and you will make 4k per meth sold
    • 1 hour cooldown (streets are empty)

Bug Fixes/minor fixes

  • Made 'current_time' a global variable for all the cooldown functions in eco_support.py (DRY)
  • Added the following items to the shop:
    • chemical - 19000
    • red - 4000
  • Updated main.py with the new cog\
  • Fixed bugs in crafting
  • fixed poo recipe
  • fixed bugs in the moderation file
  • updated buy and sell method (its MUCH faster now

Notes

The streets command is still a little buggy and is a beta feature, I am still working on bug fixes as of this momment so please be patient. Thank you!

Full Changelog: v4.4.6...v4.4.7

v3.4.6

21 Apr 15:25
51bd15b
Compare
Choose a tag to compare

MAJOR BUG FIX (kinda)

While debugging, i found out I had set the 'slots' game win percentage too high. I set the win percentage for it to 25% intead of 45%.

Full Changelog: v.3.4.5...v3.4.6

v3.4.4

21 Apr 14:16
8f4a842
Compare
Choose a tag to compare

Added 'Made by mal023' On all embeded messages.

Added 'title' to the say command. You can now set the description and the title of embeds made with the say command.

Usage now:

.say {title} {message}

example:

say Testing Hi everyone this is a test message

Full Changelog: v3.4.3...v3.4.4

v.3.4.5

21 Apr 14:53
922c84d
Compare
Choose a tag to compare

fixed say embed inncorect usage message

Full Changelog: v3.4.3...v.3.4.5

v3.4.3

20 Apr 09:21
690f001
Compare
Choose a tag to compare

Changed default values in config.json

See v3.4.2 for more release notes.

v.3.4.2

20 Apr 09:18
2ce4a08
Compare
Choose a tag to compare

Updated README.md

Updated commands list

Removed rob command

Removed money printing

Added 'poo' recipe

Removed Tape item

Added emojis to messages

Updated Messages sent by the bot

Fixed say command

Added 'zesty coins'

Added config_view

Added config_edit

Fixed Lottery commands

Added shovel and bow to the shop

Moved the is_admin function to utilities.py

This is a minor update fixing alot of bugs and adding some small features. I have a big update comming soon.

v3.3.2

18 Apr 18:00
2e82f3c
Compare
Choose a tag to compare

Minor bug fixes
-Fixed say command

I will be doing some updates soon

v3.3.1

18 Feb 14:16
de683a5
Compare
Choose a tag to compare

Fixed major bugs

Made code a little neater

Added some features

Full Changelog: v3.3.0...v.3.3.1