Skip to content

Commit

Permalink
osrs add force parameter option to osrs kc
Browse files Browse the repository at this point in the history
  • Loading branch information
Supinic committed Oct 1, 2024
1 parent b8bda77 commit 24189d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/osrs/subcommands/killcount.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ module.exports = {
}

const data = await OsrsUtils.fetch(user, {
seasonal: Boolean(context.params.seasonal)
seasonal: Boolean(context.params.seasonal),
force: Boolean(context.params.force)
});

if (data.success === false) {
Expand Down

0 comments on commit 24189d4

Please sign in to comment.