We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf3bb3 commit 29e35d0Copy full SHA for 29e35d0
composer.json
@@ -29,7 +29,7 @@
29
"react/async": "^4.2",
30
"react/http": "^1.9",
31
"symfony/psr-http-message-bridge": "^7.0",
32
- "team-reflex/discord-php": "^7.3"
+ "team-reflex/discord-php": "v10.0.0-RC7"
33
},
34
"require-dev": {
35
"laravel/pint": "^1.15"
src/Laracord.php
@@ -190,7 +190,7 @@ public function boot(): void
190
191
$this->registerCommands();
192
193
- $this->discord()->on('ready', function () {
+ $this->discord()->on('init', function () {
194
$this
195
->registerEvents()
196
->bootServices()
0 commit comments