Skip to content

Releases: discord-php/DiscordPHP

Version 3

08 Jan 04:39
Compare
Choose a tag to compare
Version 3 Pre-release
Pre-release

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.

Version 2.1

05 Jan 22:30
Compare
Choose a tag to compare
  • Implemented new mentions
    • The mentions array no longer exists. New use: $channel->sendMessage(message, tts);
  • 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

21 Dec 10:11
Compare
Choose a tag to compare

Changes in this version:

  • Fixed conflict with Laravel collections

Version 2

20 Dec 06:27
Compare
Choose a tag to compare

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!

14 Aug 01:38
Compare
Choose a tag to compare

The first release