diff --git a/config/config.js b/config/config.js index 718c774..51375ef 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