You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitinteraction.reply({content: 'Server has been set up successfully, and user channels have been created or reused under the "chat" category.',flags: MessageFlags.Ephemeral});
211
211
}else{
212
-
log("---- Settings.js - Setup ----",'Failed to run setup',`${env.LOG_SENSITIVE_INFO===true ? payload : "HIDDEN"}`,result);
212
+
log("---- Settings.js - Setup ----",'Failed to run setup',`${process.env.LOG_SENSITIVE_INFO===true ? payload : "HIDDEN"}`,result);
213
213
console.error(result);
214
214
awaitinteraction.reply({content: `Failed to run setup. Server response: ${result.msg||'Unknown error'}`,flags: MessageFlags.Ephemeral});
0 commit comments