mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
3.3 KiB
3.3 KiB
Changelog
All notable changes to this project will be documented in this file.
@discordjs/core@0.4.0 - (2023-03-12)
Bug Fixes
- core: Use
auth: falsefor interaction callback methods (#9211) (1b29099) - WebSocketShard: Proper error bubbling (#9119) (9681f34)
- oauth2: Pass through body (#9106) (483cbb3)
Documentation
- Fix /core README example (#9201) (f65ac2e)
Features
- core: Adds
getWebhooks()function for the channel API and for the guild API (#9043) (c6f9c50) - website: Add support for source file links (#9048) (f6506e9)
- core: Implement some ws send events (#8941) (816aed4)
- core: Add oauth2 api support (#8938) (36560c9)
Refactor
- core: Move
setVoiceStatetoGuildsAPI(#9228) (dff131e)
Typings
- MappedEvents: Add
GuildAuditLogEntryCreate(#9175) (3492b19) - Fix
GuildsAPI#getMembersreturn type (#9037) (158db47)
@discordjs/core@0.3.0 - (2022-12-16)
Bug Fixes
- core: Instantiate/export role connections (166f742)
@discordjs/core@0.2.0 - (2022-12-16)
Bug Fixes
- thread:
get()route (#8897) (3dede75) - Remove casts when using
makeURLSearchParams()(#8877) (7430c8e)