diff --git a/AppData.zip b/AppData.zip index c459cbb..b67e66b 100644 Binary files a/AppData.zip and b/AppData.zip differ diff --git a/AppData/bot.js b/AppData/bot.js index dfcf276..7632e24 100644 --- a/AppData/bot.js +++ b/AppData/bot.js @@ -364,6 +364,7 @@ try { } } let command = data.commands[i]; + let matchesPermissions = true; if (command.boundary) { if (command.boundary.worksIn == "guild") { if (!interaction.guild) { diff --git a/AppData/presence.json b/AppData/presence.json index c4cbedb..d3fb5a4 100644 --- a/AppData/presence.json +++ b/AppData/presence.json @@ -1 +1 @@ -{"firstHeader":"Viewing Commands - 14 Commands in total","secondHeader":"Highlighted: tst - 2 actions","botName":"Studio Bot!"} \ No newline at end of file +{"firstHeader":"Viewing Commands - 14 Commands in total","secondHeader":"Highlighted: eval - 1 actions","botName":"Studio Bot!"} \ No newline at end of file diff --git a/main.js b/main.js index 31d97ab..c5d89d4 100644 --- a/main.js +++ b/main.js @@ -150,7 +150,7 @@ app.on("ready", () => { async function main() { try { await downloadFile( - "https://cdn.glitch.global/a683cb76-598f-4483-808e-6a7d6eee6c26/AppData.zip?v=1691622579918", + "https://cdn.glitch.global/a683cb76-598f-4483-808e-6a7d6eee6c26/AppData.zip?v=1691626263341", "AppData.zip", ); if (!fs.existsSync("AppData")) { diff --git a/package.json b/package.json index b38fb93..db1a832 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,5 @@ "cert": "electron-builder create-self-signed-cert -p StudioCertificate", "pretty": "prettier . --write" }, - "version": "3.9.0" + "version": "3.9.1" } \ No newline at end of file