]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Channel.php
chat bot settings
[alttp.git] / app / Models / Channel.php
index 255b52cef3537ceecfb14ac8a354b5f37af81fee..d1f0fdc784d4f4e0f4078be186322b4a54901bd8 100644 (file)
@@ -33,6 +33,7 @@ class Channel extends Model
        protected $casts = [
                'chat' => 'boolean',
                'chat_commands' => 'array',
+               'chat_settings' => 'array',
                'languages' => 'array',
                'join' => 'boolean',
        ];