Skip to content

Commit

Permalink
add galacon 2024 year role
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Aug 4, 2024
1 parent fc6f2d8 commit 746e9c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/d.js/ids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ export const gala_year2023: ReactionRole = {
messageid: message_2,
roleid: "1152346287631515709"
};
export const gala_year2024: ReactionRole = {
channelid,
emoji: emoji_24,
messageid: message_2,
roleid: "1268339789980106853"
};


export const ee_year_2018: ReactionRole = {
Expand Down
4 changes: 2 additions & 2 deletions src/d.js/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// error creation (ie new Error()) is expensive, apparently

import { createsani } from "./bot";
import { envisdev } from "./rando";
import { createreactionrole } from "./reactionrole";
Expand All @@ -23,6 +21,7 @@ import {
gala_year2019,
gala_year2022,
gala_year2023,
gala_year2024,
ee_year_2018,
ee_year_2019,
ee_year_2021,
Expand Down Expand Up @@ -67,6 +66,7 @@ void (async function() {
gala_year2019,
gala_year2022,
gala_year2023,
gala_year2024,
ee_year_2018,
ee_year_2019,
ee_year_2021,
Expand Down

0 comments on commit 746e9c9

Please sign in to comment.