Insecure05

Results 3 comments of Insecure05

I am wondering if you have any suggestions. I'm not new to PHP but new to React and Discord Bots. I admit I'm not an power user with PHP, just...

I will try this when I get home. I copied the code directly from the wiki page. Most of them have the typecasting in it. This page. https://discord-php.github.io/DiscordPHP/guide/events/guilds.html

I actually was able to try it now. I get the same error with the change. ``` $discord->on(Event::GUILD_MEMBER_UPDATE, function ($member, Discord $discord, $oldMember) { echo GUILD_MEMBER_UPDATE . " action found.";...