]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/DiscordGuild.php
tournament/guild connection
[alttp.git] / app / Models / DiscordGuild.php
index 3e91a4e461d7b17ff22dd1d713475ac1d94b6c2b..3accd02fa0db37e275f6096e117535c43983bf45 100644 (file)
@@ -17,6 +17,7 @@ class DiscordGuild extends Model
                ]);
                $model->name = $guild->name;
                $model->icon_hash = $guild->icon_hash;
+               $model->owner = $guild->owner_id;
                $model->locale = $guild->preferred_locale;
                $model->save();
        }