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 7b7272f commit 0bb045a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.error(e);
console.warning(e);
});

interaction
Expand All @@ -56,4 +56,4 @@ module.exports = {
ephemeral: true
});
},
};
};

0 comments on commit 0bb045a

Please sign in to comment.