$guild->id, ]); $model->name = $guild->name; $model->icon_hash = $guild->icon_hash; $model->locale = $guild->preferred_locale; $model->save(); } protected $fillable = [ 'guild_id', ]; }