File tree Expand file tree Collapse file tree
streaming-platforms/twitch/variables/chat/moderation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class SettingsManager extends EventEmitter {
6060 private handleCorruptSettingsFile ( ) {
6161 logger . warn ( "settings.json file appears to be corrupt. Resetting file..." ) ;
6262
63- const settingsPath = this . getLoggedInProfilePath ( "settings.json" ) ;
63+ const settingsPath = path . join ( dataAccess . getUserDataPath ( ) , this . getLoggedInProfilePath ( "settings.json" ) ) ;
6464 fs . writeFileSync ( settingsPath , JSON . stringify ( {
6565 settings : {
6666 firstTimeUse : false
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ triggers["event"] = ["twitch:timeout"];
88const model : ReplaceVariable = {
99 definition : {
1010 handle : "timeoutDuration" ,
11- description : "How long the user is timed out for in minus " ,
11+ description : "How long the user is timed out for in seconds " ,
1212 triggers : triggers ,
1313 categories : [ "common" , "trigger based" ] ,
1414 possibleDataOutput : [ "number" ]
You can’t perform that action at this time.
0 commit comments