Skip to content

Commit

Permalink
remove init_
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon committed May 10, 2024
1 parent b826f38 commit e6e6873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eventsub/conduits/shard_simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ let twitch;

try {
twitch = new Twitch({
init_token: process.env.TWITCH_ACCESS_TOKEN,
token: process.env.TWITCH_ACCESS_TOKEN,

init_conduit_id: process.env.TWITCH_CONDUIT_ID,
init_shard_id: process.env.TWITCH_SHARD_ID
conduit_id: process.env.TWITCH_CONDUIT_ID,
shard_id: process.env.TWITCH_SHARD_ID
});

twitch.once('validated', (dat) => {
Expand Down

0 comments on commit e6e6873

Please sign in to comment.