Closed pakkographic closed 2 years ago
Deprecate gatewayEvent in favor of GATEWAY_EVENT
gatewayEvent
GATEWAY_EVENT
Deprecate gatewayEventPacket in favor of GATEWAY_EVENT_PACKET
gatewayEventPacket
GATEWAY_EVENT_PACKET
Deprecate ready in favor of GATEWAY_WELCOME
ready
GATEWAY_WELCOME
Added event for welcome packet GATEWAY_WELCOME_PACKET
GATEWAY_WELCOME_PACKET
avatarURL, bannerURL for Guild & User are now 'null' when not set.
avatarURL
bannerURL
null
Added Client.user to get more information about the logged bot's profile, including username, id, botID, createdAt and createdBy.
username
id
botID
createdAt
createdBy
Added types for Client.user, it is called 'UserClientTypes'.
Client.user
UserClientTypes
Edited welcome text from 'Connected to the Guilded API' to '> Connection established.'
'Connected to the Guilded API'
'> Connection established.'
What's new?
Deprecate
gatewayEvent
in favor ofGATEWAY_EVENT
Deprecate
gatewayEventPacket
in favor ofGATEWAY_EVENT_PACKET
Deprecate
ready
in favor ofGATEWAY_WELCOME
Added event for welcome packet
GATEWAY_WELCOME_PACKET
avatarURL
,bannerURL
for Guild & User are now 'null
' when not set.Added Client.user to get more information about the logged bot's profile, including
username
,id
,botID
,createdAt
andcreatedBy
.Added types for
Client.user
, it is called 'UserClientTypes
'.Edited welcome text from
'Connected to the Guilded API'
to'> Connection established.'