Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Nov 9, 2024
1 parent 821a47c commit 99a77a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autoreact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class Autoreact extends BotComponent {
await message.react("👍");
await message.react("👎");
await message.react("🤷");
} else if (message.channel.id == this.wheatley.channels.food.id) {
} else if (message.channel.id == this.wheatley.channels.food.id && has_media(message)) {
const reaction = message.guild!.emojis.cache.find(emoji => emoji.name === "chefskiss");
if (reaction !== undefined) {
await message.react(reaction);
Expand Down

0 comments on commit 99a77a1

Please sign in to comment.