Skip to content

Commit

Permalink
Add reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
89Q12 committed Feb 17, 2024
1 parent 7605047 commit d87dfc8
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,14 @@ export default class GuildMessageHandler {
async toniMsgsToBird(message: Message): Promise<void> {
const channel = message.channel as GuildTextBasedChannel;
if (
message.author.id === '1132244079242133555' &&
channel.parentId !== '1011529685357838376' &&
channel.parentId !== '1051979218164125826'
) {
message.react('1194715694948946030');
if (message.author.id === '1132244079242133555')
message.react('1194715694948946030');
if (message.author.id === '521340388947263499')
message.react('1208121971926106183');
if (message.author.id === '698934599564132392') message.react('🤠');
}
}

Expand Down

0 comments on commit d87dfc8

Please sign in to comment.