Skip to content

1.1.0

Choose a tag to compare

@DonovanDMC DonovanDMC released this 19 Sep 13:34
· 696 commits to dev since this release
a4cc123
  • Properly set guild for roles received during guild creation
  • Fix Webhooks#execute* relying on wait option for returning a message
  • Add Connection#twoWayLink
  • Remove samsunggalaxy connection
  • Add paypal, riotgames & ebay connections
  • Sort features, add some that were missed and remove some that don't exist anymore
    • Add: INVITES_DISABLED
    • Add: EXPOSED_TO_ACTIVITIES_WTP_EXPERIMENT
    • Add: HAD_EARLY_ACTIVITIES_ACCESS
    • Add: MEMBER_PROFILES
    • Add: INCREASED_THREAD_LIMIT
    • Add: BOT_DEVELOPER_EARLY_ACCESS
    • Add: INTERNAL_EMPLOYEE_ONLY
    • Remove: COMMERCE
    • Remove duplicate THREADS_ENABLED featue
  • Add AuditLog#applicationCommands
  • Add Integration#scopes
  • Remove AutoModerationTriggerTypes.HARMFUL_LINK (no longer exists)
  • Fix Guilds#editMFALevel using PATCH instead of POST
  • Guilds#editMFALevel now accepts a reason
  • Accept an id in bulkEditGuildCommands
  • Add missing edit properties for Forum Threads and fix other properties not being set
  • Add auto moderation rule name & trigger type to audit logs
  • various bugfixes for methods accepting after & before
  • Update Channel#lastMessageID
  • Edit forum channel availableTags ID is optional
  • Add maxStageVideoChannelUsers
  • Make ApplicationCommand#guild nullable (differentiates between uncached & global)
  • Add Guild/GuildPreview discoverySplashURL & splashURL
  • Add generic for InteractionOptionsWrapper#getSubCommand
  • Add SortOrderModes for forum threads
  • Add edit method to Role
  • Add more concise getX errors & add users to cache (InteractionOptionsWrapper)
  • Add CommandInteraction messages to cache
  • Convert resolved channels to InteractionResolvedChannel instances (also fixes an iussue with receiving dms in resolved channels
  • Fix some typos and simplify some regex statements (#17)

Breaking

  • Guilds#editMFALevel's second parameter now accepts an object
  • AuditLogActionTypes
    • AUTO_MODERATION_ALERT renamed to AUTO_MODERATION_FLAG_TO_CHANNEL (official name)
    • AUTO_MODERATION_TIMEOUT renamed to AUTO_MODERATION_USER_COMMUNICATION_DISABLED (official name)
  • ChannelFlags
    • FORUM_TAG_REQUIRED renamed to REQUIRE_TAG (official name)
  • GuildScheduledEventPrivacyLevels
    • Remove PUBLIC