Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Releases: jgayfer/spirit

v1.3.3

28 Sep 03:38
Compare
Choose a tag to compare

Fixed

  • Fix bot being unresponsive when Bungie.net is down
  • Fix events channel not populating
  • Fix loadout/stats commands being unresponsive if the user hadn't registered
  • Fix rare case where PvP stats would not display if the user hadn't previously played PvP

v1.3.2

25 Sep 23:20
Compare
Choose a tag to compare

Added

  • New 'about' command to display information about the bot

Fixed

  • Fix memory leak (moved to a new MySQL library)

v1.3.1

22 Sep 14:25
Compare
Choose a tag to compare

Fixed

  • Event attendance was not working

v1.3.0

22 Sep 04:41
Compare
Choose a tag to compare

Added

  • New stats command to view PvP and PvE stats! These commands can be envoked with !stats pvp and
    !stats pve

v1.2.2

20 Sep 02:19
Compare
Choose a tag to compare

Fixed

  • Rosters larger than the max message size will now display properly

v1.2.1

18 Sep 00:14
Compare
Choose a tag to compare

Added

  • Timezones NZST, NZDT, HKT, JST are now supported
  • Manage Server members can now define the lowest role that can delete events

Fixed

  • Fixed an issue where adding an emoji in a private/group message that Spirit is aware of
    could cause issues
  • Fixed issue where the event role was allowing users to delete events when it is only supposed to
    allow for event creation

v1.2.0

16 Sep 03:29
Compare
Choose a tag to compare

Added

  • Manage Server members can now define the lowest role that can create events
  • Event creator/organizer is now displayed in each event message

Changed

  • By default, everyone can create events. Manage Server members and event creators are the only ones who can delete events.
  • Roster and settings are now group commands. The old command are still there, but now they must
    be prefixed by either roster or settings. For more information, check out the new help message
  • Message prompts will now time out after a minute if the bot doesn't get a response
  • Previously admin only commands now require the Manage Server permission instead

Fixed

  • Nightfall command would be unresponsive if Bungie.net couldn't be reached
  • Registering would fail if there were two account names with different capitalization
  • Changing your username would result in duplicate entries in the roster

v1.1.2

10 Sep 04:42
Compare
Choose a tag to compare

Fixed

  • Invalid Bungie account names would cause the register command to be unresponsive

v1.1.1

09 Sep 16:05
Compare
Choose a tag to compare

Fixed

  • Help message couldn't be invoked by mentioning the bot outside of a private message
  • Displaying a user's nickname in the roster would sometimes fail
  • Fix crashing issue related to discord.py

v1.1.0

08 Sep 22:35
Compare
Choose a tag to compare

Added

  • Add 'register' command. Allows users to register their Destiny 2 account with the bot.
  • Add 'nightfall' command. This displays information about the weekly nightfall strike.
  • Add 'loadout' command. This displays your last played character's loadout.
  • Add raid release date for consoles to the countdown command.
  • The roster will now display a member's nickname instead of their username if a nickname is set.
  • Add error message when invoking a command that a user doesn't have permissions to invoke.

Changed

  • When the bot restarts, event messages are no longer resent. This means you won't get a notification
    every time the bot is restarted.