From b44dd98976f07926892fa77c29fb1851b247bdfc Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 8 Mar 2023 13:11:43 -0800 Subject: [PATCH] add flytrials --- config/config.js | 3 ++- config/example_config.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/config.js b/config/config.js index fbc8f0d..2717537 100644 --- a/config/config.js +++ b/config/config.js @@ -1,8 +1,9 @@ -const { bhopCookie, surfCookie, deathrunCookie } = require("config.json"); +const { bhopCookie, surfCookie, deathrunCookie, flytrialsCookie } = require("config.json"); const cookies = { bhop: bhopCookie, surf: surfCookie, deathrun: deathrunCookie, + flytrials: flytrialsCookie, }; const submissions = {}; const commands = []; diff --git a/config/example_config.json b/config/example_config.json index 8d40460..fc78917 100644 --- a/config/example_config.json +++ b/config/example_config.json @@ -3,5 +3,6 @@ "clientId": "", "bhopCookie": "", "surfCookie": "", - "deathrunCookie": "" + "deathrunCookie": "", + "flytrialsCookie": "" } \ No newline at end of file