Halid Kyazim
Halid Kyazim
Here is the full example of my code: ```
> Already exists... > > ``` > $scheduledEvent = new ScheduledEvent($discord, [...]); > > $guild->guild_scheduled_events->save($scheduledEvent); > ``` But how to use this code? There is no proper documentation.
> Looking for https://discord.com/developers/docs/resources/guild-scheduled-event#create-guild-scheduled-event ? Yes. I used the Discord API. But I wanted to do it using this library. That's OK, thank you for the info.