Skip to content

v2.0.2

Compare
Choose a tag to compare
@Snazzah Snazzah released this 14 Mar 07:52
· 931 commits to master since this release
8621290

Changed

  • Auto value functions are now moved and split into client fillers
  • Not inserting a logged-in client will not automatically throw an error, but instead error when you make a post from an offline client.
  • Carbon (Carbonitex) now has a Service class.
  • Renamed functions named getBotWidget to getWidgetURL
  • TopGG#getBotEmbed -> TopGG#getWidgetURL
  • Poster API keys are not required to be defined in initialization and can be changed in Poster#apiKeys
  • TopGG#getWidgetURL has an optional smallWidget parameter

Added

  • New Services:
    • Arcane Bot Center
    • LBots
    • List My Bots
    • Space Bots List
    • Mythical Bots
    • Wonder Bot List
    • Yet Another Bot List (YABL)
  • Client filler support for discord.js v12 and Eris v0.11.x
  • New APi changes from services (and some that were left out):
    • BotsOnDiscord#checkReview
    • Carbon#getBots
    • GlennBotList#getBot
    • GlennBotList#getBots
    • GlennBotList#getProfile
    • GlennBotList#getWidgetURL
    • BotListSpace#getWidgetURL
    • BotsOnDiscord#getWidgetURL
    • DiscordBoats#getWidgetURL
    • DivineDiscordBots#getWidgetURL
    • TopGG#userVoted
  • Additions in Poster
    • Ability to change API keys in Poster#apiKeys
    • Poster#getService - Initializes a service class with an API key from the poster
    • Custom services in poster initialization and through Poster#customServices
  • Added getService function to the main module export
  • Webpacked script (should be available for this release)

Fixed

  • Wrong endpoint for BotsForDiscord#getBotVotes

Removed

  • Any reference towards discordbots.org
  • The list of services supported in the README (go here instead)