Skip to content

Releases: eesandoval/NefBot

0.8.0: Mana Spirals, Layout Changes, and Bugfixes

02 Mar 23:08
0919240
Compare
Choose a tag to compare

It's been awhile (around 8 months since the last release). Here's a fast forward of the 30 or so commits made into one singular release (v0.8.0)

Mana Spirals Added, Layout Updated, Adjusted README

New Features

  • Added mana spirals
    • Using the adventurer command on a unit that has a mana spiral (example: Euden) will now return the mana spiral emote
    • By default this is a megaphone but can be changed in the configuration setting
    • Allows users to view the mana spiral version of a unity (default is still 50 noded however)
  • Added authorized updates and shutdowns
    • Can set a user or list of users to be authorized for updating the bot and shutting it down
  • Added auto updating
    • Can be disabled through the configuration options

Changed Features

  • Layout updates
    • To help with the view of the units, the layout has been modified slightly to give more focus to abilities and skills
    • Abilities will now also display the max level on wyrmprints (example: Skill Damage +30% [Max Level: 40%])
    • Added the limited icon for abilities that only appear during events
    • Added SP regen for skills that regen naturally
  • Querying
    • Added a lookback period to see items added from a lookback (in days)

Bugfixes

  • Fixed an issue where DB lookups would fail because the DB was updating
  • Fixed an issue where the status would not update from the config file
  • Updated the README to address an issue where the custom emojis would not appear

0.7.0: Remote Updates & Events

26 Jun 01:55
ef0f8fd
Compare
Choose a tag to compare
Pre-release

Remote Updates and Events Added; More Bugfixes

New Features

  • Added remote updates
    • New command has been added: update
    • This will fetch database updates from a remote server when new adventurers, wyrmprints, dragons, etc are added
    • Additionally, this will update any configuration changes done in the config file
    • Can specify if users must be authorized to allow updates
  • New command has been added: events
    • This displays the current events in Dragalia Lost

Changed Features

  • Querying has been updated
    • Querying will now display a list of available items that match the given criteria; type no longer needs to be specified
    • Once the list of items is given, by specifying the number next to the item will automatically display full information on the item
  • Discord.py updated to rewrite branch
    • Dependencies for discord have changed to the rewrite branch
    • This fixes a few issues where requesting information from one server/channel and switching to another would confuse the bot where to send the reply
    • Additionally, now messages will have an expiration before the emojis are removed (to save space on the client side)
      • This can be adjusted in the config file

Bugfixes

  • Fixed an issue with querying weapons where it would never return anything
  • Fixed an issue where the weapon type would not pass properly
  • Fixed an issue where dragon MUB would not display
  • Fixed an issue where 2* and 1* items would not display
  • Fixed an issue where in certain instances the emoji would appear as a hexcode or as plaintext

0.6.0: Weapons Added

10 May 18:43
912baca
Compare
Choose a tag to compare
0.6.0: Weapons Added Pre-release
Pre-release

Weapons Added and Bugfixes

New Features

  • Added weapons
    • New command has been added: wep
    • Can search for weapons just like adventurers, dragons, and wyrmprints
    • Can use reactions to adjust the bind level
    • Can use the rewind reaction to view what creates this weapon (and the materials needed)
    • Can use the fast forward reaction to view what the weapon can be upgraded to (along with the materials)
  • Default aliases created for IO weapons (5*t3 flame sword for example)
  • Added colors to all responses
    • Colors are based on the element of the response
    • For those with no element, like wyrmprints, a default of cyan is used
  • Adjusted the responses for all
    • Removed redundant text (such as Rarity and Unit Type)
    • Added bolding to a few elements
  • Added eldwater cost to wyrmprints
    • This eldwater cost reflects the amount needed to MUB the wyrmprint

Bugfixes

  • Fixed an issue where aliases would fail to create if they were not adventurers
  • Fixed an issue where aliases would not update properly

0.5.0: Aliases Added

06 May 21:31
f4a7a0a
Compare
Choose a tag to compare
0.5.0: Aliases Added Pre-release
Pre-release

Aliases Added and Bugfixes

New Features

  • Added aliases
    • New command has been added: alias
      • Invoking this command allows you to create a new alias: ^alias [alias text] [aliased name]
      • Can also delete aliases if no aliased name is specified
    • Aliases are shorthand or alternative names you can use to find objects in the database
    • Database comes with built in aliases; more can be added with this new command (or deleted)
    • When created, can search for these characters now with the alias (ex: ^a vhilde)
  • Added the new wyrmprint "Bonds Between Worlds"
  • Descriptions for the commands have been updated. These can be viewed with ^help [command name]

Bugfixes

  • Fixed an issue with wyrmprint reactions being out of order
  • Fixed an issue with High Mercury not displaying her 2nd ability

0.4.0: April Update

30 Apr 17:21
011e270
Compare
Choose a tag to compare
0.4.0: April Update Pre-release
Pre-release

April Update Released

New Features

  • Wyrmprints now show 3 bind levels as updated by the game. A new reaction image has been added. By default they will appear as MUB
  • Wyrmprints now have a new reaction icon that will show the base form picture
  • Titles in the embed will now link to the respective gamepedia article
  • A new icon has been added to the adventurer/wyrmprint/dragon embed with wyrmite crossed out. This signifies the item is from a limited event or banner
  • New adventurers added (Marth, Fjorm, Veronica, Alfonse) as well as new wyrmprints from the Fire Emblem Lost Heroes event have been added
  • Added the new wyrmprint for the High Mercury trial (Queen of the Blue Seas)

Bugfixes

  • Fixed an issue where querying for abilities did not work on wyrmprints if the criteria specified included a resistance

0.3.1: Bugfixes

23 Apr 18:26
e542364
Compare
Choose a tag to compare
0.3.1: Bugfixes Pre-release
Pre-release

Fixed an issue where using the reactions would sometimes create a new message
Fixed an issue where inputting the wrong name would show an error that didn't help the user in any way
Updated the configuration file

0.3.0: Reactions

13 Apr 06:18
bd5a29d
Compare
Choose a tag to compare
0.3.0: Reactions Pre-release
Pre-release

Reactions are now added to the results. These are used to view the adventurer, dragon, or wyrmprint at different stages. For example, you can now view dragons and their abilities when they are not max unbound, and when they are by clicking on the reactions below them. For now only the latest post will have reactions that, well, react.

Also added the new dragon, Gold Fafnir, that came with the 4/12/2019 update. Finally, fixed an issue where dragons with spaces in their name would bring up a 403 error when searched, as the join feature was missing a crucial split.

0.2.0: Dragons Added

11 Apr 15:56
cafc40a
Compare
Choose a tag to compare
0.2.0: Dragons Added Pre-release
Pre-release

Added dragons to NefBot. Updated the name searching to be case insensitive and allow for partial names.

Initial Release

06 Apr 20:20
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial Release of NefBot. See the readme to change the configuration file.