v8.1.2
This commit is contained in:
@@ -55,4 +55,8 @@ import { styleText } from "util";
|
||||
|
||||
// 起動表示
|
||||
console.log("BOTサーバーが起動しました");
|
||||
console.log(styleText(["bgRed", "cyan", "bold"], "デバッグモードで起動中"));
|
||||
|
||||
import config from "./config.js";
|
||||
if (config.debug !== undefined) {
|
||||
console.log(styleText(["bgRed", "cyan", "bold"], "デバッグモードで起動中"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user