Skip to content

Commit

Permalink
Removed channel ID
Browse files Browse the repository at this point in the history
Channel ID is no longer needed to identify user as it is automatically retrieved using token
  • Loading branch information
fajnyCreeper committed Jun 7, 2020
1 parent 75e72e0 commit f9ac92d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Chat commands for StreamElements' Contests
* Create file called `credentials.php`
* The file will contain three variables
* `$key` - random string, that is used in URL
* `$channel` SE Account ID that you can find [here](https://streamelements.com/dashboard/account/channels)
* `$bearer` SE JWT Token that you can find [here](https://streamelements.com/dashboard/account/channels) (After clicking "Show secrets")


Expand Down
1 change: 0 additions & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/*
Credentials structure:
$key = "random string";
$channel = "SE channelID";
$bearer = "SE JWT token";
*/
require_once("credentials.php");
Expand Down

0 comments on commit f9ac92d

Please sign in to comment.