Skip to content

Commit

Permalink
Update Extralife Event for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBSG committed Nov 2, 2024
1 parent 960125e commit c865626
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions events/extralife.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def __init__(self, bot):
self.FOOTER_LINKS = '[Watch live on Twitch](https://twitch.tv/rNintendoSwitch)\n[Donate to Children\'s Miracle Network Hospitals](https://rNintendoSwitch.com/donate)'

# Role adding consts
self.CHAT_CHANNEL = 654018662860193830
self.CHAT_ROLE = 1059140680682844160
self.CHAT_CHANNEL = self.EXTRA_LIFE
self.CHAT_ROLE = 1192235490309570560
self.DONOR_ROLE = 1192235806551716044

# Trophy and Background consts
Expand All @@ -38,6 +38,8 @@ def __init__(self, bot):
# Donation incentive ID consts
self.INCENTIVES = {
# 'uuiduuid-uuid-uuid-uuiduuiduuiduuid': 'Friendly Name',
'2F30C4A5-A947-7BFD-0300CAA167485690': 'Series 1 & 2 sticker sheets (Physical)',
'2F44162E-F391-10C4-DBE0155A125CBE9D': 'Enamel pin & Sticker sheets (Physical)'
}

################################################################################################################################
Expand Down

0 comments on commit c865626

Please sign in to comment.