First pass at message listener

This commit is contained in:
itsAzaria
2026-02-18 23:40:53 +00:00
parent dc421e7a0f
commit f490722b92
3 changed files with 179 additions and 9 deletions
+2
View File
@@ -6,6 +6,8 @@ use Illuminate\Database\Eloquent\Model;
class Config extends Model
{
const MAX_CODEBLOCK_SIZE = 'MAX_CODEBLOCK_SIZE';
const LOGGING_CHANNEL_ID = 'LOGGING_CHANNEL_ID';
protected $fillable = ['key', 'value'];
public static function get($key, $default = null)