Skip to content

Commit 4b88f56

Browse files
authored
Merge pull request #120 from AardWolf/dev
Dev
2 parents 82f17c3 + 6e5dd41 commit 4b88f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MHTimer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ function findMouse(channel, args, command) {
18351835

18361836
let retStr = `${mouse.value} (mouse) can be found the following ways:\n\`\`\``;
18371837
retStr += prettyPrintArrayAsString(attractions, columnFormatting, headers, "=");
1838-
retStr += `\`\`\`\nHTML version at: <https://mhhunthelper.agiletravels.com/?mouse=${mouse.id}&timefilter=${opts.timefilter ? opts.timefilter : "all"}>`;
1838+
retStr += `\`\`\`\nHTML version at: <https://mhhunthelper.agiletravels.com/?mouse=${mouse.id}&timefilter=${opts.timefilter ? opts.timefilter : "all_time"}>`;
18391839
return retStr;
18401840
}, reason => {
18411841
// Querying failed. Received an error object / string, and possibly a response object.
@@ -2012,7 +2012,7 @@ function findItem(channel, args, command) {
20122012

20132013
let retStr = `${item.value} (loot) can be found the following ways:\n\`\`\``;
20142014
retStr += prettyPrintArrayAsString(attractions, columnFormatting, headers, "=");
2015-
retStr += `\`\`\`\nHTML version at: <https://mhhunthelper.agiletravels.com/loot.php?item=${item.id}&timefilter=${opts.timefilter ? opts.timefilter : "all"}>`;
2015+
retStr += `\`\`\`\nHTML version at: <https://mhhunthelper.agiletravels.com/loot.php?item=${item.id}&timefilter=${opts.timefilter ? opts.timefilter : "all_time"}>`;
20162016
return retStr;
20172017
}, reason => {
20182018
// Querying failed. Received an error object / string, and possibly a response object.

0 commit comments

Comments
 (0)