Skip to content

Commit

Permalink
Push local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
reiichi001 committed May 19, 2024
1 parent 010219c commit 93a317c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions config/915959680080171018/faqs/applog.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ exports.info = {
"launcherlog",
"launcher.log",
"macloga",
"maclogxl",
"logxl",
"xllog",
"log",
"maclog",
],
};
4 changes: 2 additions & 2 deletions events/messageCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ module.exports = async (client, message) => {
}

// relay crash dumps from goatplace (or DMs)
if (attachment.name.match(/.*\.(dmp)$/gui)) {
if (attachment.name.match(/^dalamud_appcrash_.*|.*\.(dmp)$/gui)) {
console.log(`Dalamud crash dump upload: ${attachment.attachment}`);
// const response = await got(attachment.attachment);
console.log(`Fetched custom channel to relay: ${customChannel.name}`);
Expand Down Expand Up @@ -834,7 +834,7 @@ module.exports = async (client, message) => {
.setColor(4886754)
.setTitle("General Launcher Settings")
.addField("Autologin", data.IsAutoLogin ? "enabled" : "disabled", true)
.addField("DirectX", data.IsDx11 ? "dx11" : "dx9", true)
// .addField("DirectX", data.IsDx11 ? "dx11" : "dx9", true) # XL doesn't supply this anymore because dx9 died.
.addField("DPI Aware", data.DpiAwareness ? "no" : "yes", true)
.addField("Encrypted Arguments", data.EncryptArguments ? "enabled" : "disabled", true)
// .addField("Steam Integration", data.SteamIntegration ? "enabled" : "disabled", true)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://[email protected]/reiichi001/franzbot-reborn.git"
"url": "git+https://github.com/reiichi001/franzbot.git"
},
"homepage": "https://bitbucket.org/reiichi001/franzbot-reborn#readme",
"homepage": "https://github.com/reiichi001/franzbot#readme",
"devDependencies": {
"@types/node": "^16.11.11"
}
}
}

0 comments on commit 93a317c

Please sign in to comment.