Skip to content

Releases: MasFlam/MoneroChad

Release 0.2.2

03 Aug 13:46
ccd6bce
Compare
Choose a tag to compare

Made emojis configurable and provided the images for them in /assets.

Release 0.2.1

14 Jun 14:18
d830736
Compare
Choose a tag to compare

Finally got around to fixing the /xmr chart command which broke when Cryptowatch shut down.

  • Uncaught exceptions in the nick changing and feed fetching loops are now DM'ed to a configurable list of "debug admins"
  • We're back to relaying the Monero Observer feed
  • Fixed /xmr chart by switching to Kraken's API for OHLC data
  • Added a Dockerfile and instructions for it in the readme

Release 0.2.0

03 Aug 14:54
03e5fe7
Compare
Choose a tag to compare

The long-procrastinated Python rewrite of the entire bot has finally come to fruition. I have ported all the functionality I wanted to keep relatively unchanged and I think it is ready for use.

Notable changes:

  • the entire untie subcommand group got nuked (was useless anyway)
  • the /time command is gone too
  • changed the news feed relayed to The Monero Standard, since escapethe3RA went on a hiatus with Monero Observer with no return date announced as far as I know
  • the chart in /xmr chart changed a little since we now use matplotlib for it
  • I haven't ported /xmr links yet, and I'm thinking it should get a redesign anyway
  • the nickname is now of the format $123.45 | MoneroChad
  • cooldown and cache TTL tweaks

Release 0.1.3

21 May 23:45
828e4cc
Compare
Choose a tag to compare
  • Improve /xmr chart UI and lower the cooldown to 10s
  • Use /xmr price embed style in /price

Release 0.1.2

04 May 23:39
27fbdf4
Compare
Choose a tag to compare
  • Add /xmr chart command that responds with a chart of Monero's price, with 30s cooldown (API quotas)
  • Chane the bot's nick every 30s, rotating between Monero price in USD, EUR, BTC, and "Monero Chad"
  • Display 24h change in /xmr price
  • Use embeds for relaying Monero Observer news
  • Use embeds for all command responses
  • Fix typo in description of /time
  • Custom launch banner
  • Lower TTL of price info cache to 1 minute

Release 0.1.1

03 May 21:58
6b9481f
Compare
Choose a tag to compare

Fixed Monero Observer feed.

Release 0.1.0

12 Apr 23:22
052955e
Compare
Choose a tag to compare

The first iteration of the bot is ready.