Skip to content

Commit

Permalink
well
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Mar 15, 2024
1 parent b042e75 commit bbe4e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/btw.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
execute(message) {
if (message.content.match(/btw/gi)) {
try {
message.react('<a:yes:624134681142493185>');
message.react('<:wellwellwell:1077212122515243110>');
} catch (error) {
console.error(error)
}
Expand Down

0 comments on commit bbe4e7f

Please sign in to comment.