Skip to content

v2.1

Latest
Compare
Choose a tag to compare
@colcrunch colcrunch released this 25 Mar 20:00
· 13 commits to master since this release

New Features

  • Thera Alerts Extension - Notifies you when a thera hole opens in a system/constellation/region that you are interested in.
  • Jabber Ping Relay Extension - Posts jabber pings to a discord channel.
  • EVE News Extension - Posts news, patch notes, and dev blogs to a discord channel.

Improvements

  • SDE Notifications - If the version of the Static Data Export that you have installed is out of date, the bot will notify you (the owner of the application registered on discord) up to once per day.
  • Improve Cache Efficiency by caching ids using Tickers and Names, as well as caching just about all ESI requests.
  • Admin command added to return cache stats for debugging (or fun)
  • Added commands and checks to allow bot and guild owners to add bot admins on a guild-by-guild basis. This does not have much use at the moment, but it is a feature that is there for future development.
  • Removed discord.py from requirements.txt to make installing requirements faster.
    • THIS IS STILL NEEDED. USE python3 -m pip install -U git+https://github.com/Rapptz/discord.py@rewrite TO INSTALL IT.
  • Can tell LinkListener extension to ignore a channel. (Have to be owner/admin)

Fixes

  • Fixed eve-who links in info embeds.

Updating

If you are coming from v2.0 or v2.0.1, you will have to update discord.py as there have been some breaking changes that the bot now requires. (python3 -m pip install -U git+https://github.com/Rapptz/discord.py@rewrite) You will also have to create/update the bot database, which you can do by running python3 launcher.py migrate. (if you are on ubuntu 16.04 use python3.6 instead)

Installation

Installation instructions remain the same as previous versions.