Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

v2.0.0 - The Guilds Update

Compare
Choose a tag to compare
@iREDMe iREDMe released this 12 Oct 02:10
· 367 commits to master since this release
  • Servers on the site have been introduced, and this update grants support just for Servers! Use fetchGuild(guildID, ?specified) to fetch a guild (server in the API) on the site.
  • Introduced the fetchAll(kind, ?specified) function => Fetches all bots/guilds (supply "servers") that has been submitted onto the site.
  • You can now edit values in the instance with .edit(key, value). Returns itself so you can chain edits.
  • IDs no longer check if the ID length is 18 because that's kind of stupid tbh.

Minor Notes

  • Fixed a couple descriptions as they were slightly confusing.
  • The reason these guilds are named a "Guild" is what Discord calls "guilds" in the API.
  • setCount(serverSize) is now deprecated. Use setGuilds(guildSize) instead. BONUS: Go here to say what you think whether I should revert/change/leave it.