Skip to content

Commit

Permalink
feat(utils): add non-vegan vc text channel to IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
smyalygames committed Sep 2, 2024
1 parent 8f85803 commit 222c3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/devIDs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const devIDs = {
},
nonVegan: {
general: '999431677325615189',
vcText: '999431677535338567',
},
vegan: {
general: '999431677535338575',
Expand Down
1 change: 1 addition & 0 deletions src/utils/ids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ let IDs = {
},
nonVegan: {
general: '798967615636504657',
vcText: '808191982169096232',
},
vegan: {
general: '787738272616808509',
Expand Down

0 comments on commit 222c3cb

Please sign in to comment.