Load config from config/all

This commit is contained in:
斟酌 鵬兄 2022-04-03 21:55:10 +09:00
parent eef11245eb
commit 836bdfd33d

View File

@ -4,7 +4,7 @@ const Dragonfly = global.Dragonfly;
const cl = global.botanLoader; const cl = global.botanLoader;
const fs = require( "fs" ); const fs = require( "fs" );
const conf = cl.load( "config.sx.mvc" ); const conf = cl.load( "config.all" ).sx.mvc;
class Chain class Chain
{ {