This repository was archived by the owner on Feb 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,10 +247,10 @@ $ sudo service apache2 restart
247247The client can connect with a regular [ DiscordPHP] ( https://github.com/discord-php/DiscordPHP ) client to listen for interactions over gateway.
248248To use this method, make sure there is no interactions endpoint set in your Discord developer application.
249249
250- Make sure you have included DiscordPHP into your project (at the time of writing, only DiscordPHP ` develop ` branch is supported):
250+ Make sure you have included DiscordPHP into your project (at the time of writing, only DiscordPHP >=6.0.0 is supported):
251251
252252``` sh
253- $ composer require team-reflex/discord-php dev-develop
253+ $ composer require team-reflex/discord-php
254254```
255255
256256You can then create both clients and link them:
Original file line number Diff line number Diff line change 2525 },
2626 "require-dev" : {
2727 "symfony/var-dumper" : " ^5.2" ,
28- "team-reflex/discord-php" : " dev-develop " ,
28+ "team-reflex/discord-php" : " ^6 " ,
2929 "friendsofphp/php-cs-fixer" : " ^2.18"
3030 },
3131 "suggest" : {
You can’t perform that action at this time.
0 commit comments