From 27a026e5df46ded5cef270ed2a072aa2483b0ac6 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Tue, 24 Dec 2024 03:53:05 -0600 Subject: [PATCH] oops --- constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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