This repository has been archived by the owner on Feb 18, 2023. It is now read-only.
Releases: discord-php/DiscordPHP-Slash
Releases · discord-php/DiscordPHP-Slash
Version 2.0.0 beta
- Removed
Interaction::isResponded
since the state may be not up to date nor sync - Add
Interaction::getOriginalResponse()
&Interaction::getFollowUpMessage()
- Updated Interaction & Command attributes
- Added
MENTIONABLE
,NUMBER
,ATTACHMENT
inApplicationCommandType
enums
Full Changelog: v2.0.0-alpha...v2.0.0-beta
Version 2.0.0 alpha
- Removed Gateway method & DiscordPHP Link (i.e.
). Slash commands via gateway is integrated in DiscordPHP v7$client->linkDiscord()
- Updated Interaction attributes
- Made DiscordPHP/Http optional
- Added new option
http
to set the DiscordPHP/Http client - Fixed content-type header for CGI
- Some function arguments has breaking changes, please check out the source
Version 1.0.5
Update DiscordPHP
Version 1.0.4
v1.0.4 Add `elliptic-php` to requirements
Version 1.0.3
- Removed reference to deprecated DiscordPHP function
getHttp()
- Added
Content-Type
header when sending content to Discord - Updated Composer requirements to reflect DiscordPHP v6 release
Version 1.0.2
- Updated README
- Updated
discord-php/http
version. - Locked
discord/interactions
at 1.0.6. This will break eventually, please do know that slash commands are still in beta and WILL change soon.
Version 1.0.1
v1.0.1 Relicensing under MIT license
Version 1.0.0
v1.0.0 Changed composer package namespace