Skip to content

Commit

Permalink
fix: correct event ping emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Feb 17, 2025
1 parent 4982c22 commit 73c1914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/negative-roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ChannelType, Events, GuildMember, MessageReaction, User } from "discord

const reactions = [
{ role: '1340905832065400892', channel: '758584741846319124', message: '1340905282565574729', emoji: '644317764470702100' },
{ role: '1340825385444708372', channel: '758584741846319124', message: '1340905282565574729', emoji: '897776954751741' }
{ role: '1340825385444708372', channel: '758584741846319124', message: '1340905282565574729', emoji: '897776954751741952' }
]

export async function attatchNegativeRoles() {
Expand Down

0 comments on commit 73c1914

Please sign in to comment.