Skip to content

Commit

Permalink
Update pron.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutalbeard authored Feb 22, 2024
1 parent 0bb045a commit 529483e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/pron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
return res.data;
})
.catch(e => {
console.warning(e);
console.warn(e);
});

interaction
Expand Down

0 comments on commit 529483e

Please sign in to comment.