Skip to content

Commit 73c1914

Browse files
committed
fix: correct event ping emoji
1 parent 4982c22 commit 73c1914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/negative-roles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ChannelType, Events, GuildMember, MessageReaction, User } from "discord
22

33
const reactions = [
44
{ role: '1340905832065400892', channel: '758584741846319124', message: '1340905282565574729', emoji: '644317764470702100' },
5-
{ role: '1340825385444708372', channel: '758584741846319124', message: '1340905282565574729', emoji: '897776954751741' }
5+
{ role: '1340825385444708372', channel: '758584741846319124', message: '1340905282565574729', emoji: '897776954751741952' }
66
]
77

88
export async function attatchNegativeRoles() {

0 commit comments

Comments
 (0)