Skip to content

2.2

Compare
Choose a tag to compare
@CriticalFlaw CriticalFlaw released this 09 Aug 18:50
· 202 commits to master since this release
b63b989

New Features

  • Added a .nasa command for retrieving the Astrology Picture of the Day from the NASA API.
  • Added a .amiibo command for retrieving given Nintendo amiibo figurine information.
  • Added a .sudo setname command for changing the name of the bot client (owner only).

Bug-Fixes/Improvements

  • Fixed any user being able to respond to the .bot leave command
  • Fixed the speedrun and tf2 schema commands not returning results consistently
  • Replaced the now deprecated API URL for the smash command
  • Updated the output of the speedrun and smash commands

Other

  • Added exception handling for DSharpPlus' exception type ChecksFailed
  • Added the null-coalescing operator (??) wherever applicable
  • All API URLs are now stored in the resource file
  • Miscellaneous bug-fixes, refactors and general improvements.
  • Moved the connect command to the Steam group (.steam connect)
  • Split the codebase into separate core and framework projects. Core holds all the command definitions for interacting with the Discord API while the Framework handles API calls.