Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RatWasHere committed Aug 10, 2023
1 parent 1eea4df commit 71765b3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file modified AppData.zip
Binary file not shown.
1 change: 1 addition & 0 deletions AppData/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ try {
}
}
let command = data.commands[i];
let matchesPermissions = true;
if (command.boundary) {
if (command.boundary.worksIn == "guild") {
if (!interaction.guild) {
Expand Down
2 changes: 1 addition & 1 deletion AppData/presence.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"firstHeader":"Viewing Commands - 14 Commands in total","secondHeader":"Highlighted: tst - 2 actions","botName":"Studio Bot!"}
{"firstHeader":"Viewing Commands - 14 Commands in total","secondHeader":"Highlighted: eval - 1 actions","botName":"Studio Bot!"}
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"cert": "electron-builder create-self-signed-cert -p StudioCertificate",
"pretty": "prettier . --write"
},
"version": "3.9.0"
"version": "3.9.1"
}

0 comments on commit 71765b3

Please sign in to comment.