Releases: discord-php/DiscordPHP
Releases · discord-php/DiscordPHP
Version 3
Version 3 is one of the biggest changes to the wrapper. In this version we introduced:
- Websockets!
- You can now have realtime access to Discord!
- You can make bots that respond to commands, etc.
- Token Caching
- Tokens are now cached under
{PWD}/discord/{your email md5'd}
. Please make sure this directory is writable and readable.
- Tokens are now cached under
Version 2.1
- Implemented new mentions
- The mentions array no longer exists. New use:
$channel->sendMessage(message, tts);
- The mentions array no longer exists. New use:
- Added new attributes to the guild part
features
splash
emojis
- Note: Most of these attributes are for partners
- Removed acknowledging messages - Requested by @jhgg
Version 2.0.1
Changes in this version:
- Fixed conflict with Laravel collections
Version 2
In this release the API was completely rewritten from the ground up. Features a new Part
class which is extended by all of the data returned by the API.
Version 1!
The first release