diff --git a/constants.js b/constants.js index 306910e..d8dfe1b 100644 --- a/constants.js +++ b/constants.js @@ -2,7 +2,7 @@ import * as path from "path" import { fileURLToPath } from "url" export const flavors = [["#reflectivedetective"], ["#alearfred", "リュアル"]] -export const variety = 5 +export const variety = 200 export const PORT = process.env.PORT || 8080 export const __dirname = path.dirname(fileURLToPath(import.meta.url)) export const staticPath = path.join(__dirname, "static") \ No newline at end of file