Releases: dbots-pkg/dbots.js
Releases · dbots-pkg/dbots.js
v3.0.1
Removed
This release removes 3 obsolete bot lists (issue #13):
- Divine Discord Bot list: announcement in Discord server
- Cloud List: announcement in Discord server
- Cloud Bot List: private notice by list owner
Info
You may notice that there's no v3.0.0
version: that's because it had been already used for another release, and so we skipped it and used the next patch version.
v2.1.1
Improved
Request error handling: the library will wait for all the promises to be either fulfilled or rejected when posting for every service. If one or more requests get rejected, an error will be thrown: it will show
- How many services failed to post
- The hostnames of the websites that failed
- The responses with their errors
v2.1.0
v2.0.3
v2.0.2
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
togetWidgetURL
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 optionalsmallWidget
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
- Ability to change API keys in
- 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)