Skip to content

[Alpha] 0.0.10

Pre-release
Pre-release

Choose a tag to compare

@DonovanDMC DonovanDMC released this 04 Sep 10:10
· 910 commits to dev since this release
c49b111
  • implement collection limits
    • members - can be a number to apply to all guilds individually, or a dictionary of guild IDs to member limits (any not listed is effectively Infinity) - Default: 1000
    • messages - Default: 100
    • users - Default: Infinity
    • Other (non-configurable):
      • Client#groupChannels - Limit: 10
      • Client#privateChannels - Limit: 25
  • Interaction#acknowledge is now public
  • Client#uptime added
  • AutocompleteInteraction#defer removed
  • Fix TypedCollection export in esm
  • Fix Constants & Routes esm exports
  • add types to exports