-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
and eradicate all references to the bad year
- Loading branch information
1 parent
fe1dae1
commit e8ef3b2
Showing
5 changed files
with
24 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,24 +50,22 @@ You can !fcadd multiple channels if you want. | |
|
||
### Setup with a public league | ||
|
||
***Note: this currently only works with 2020 public leagues. To fix very soon.*** | ||
|
||
In ANY channel in your server that Fantasy Critic Bot is in: | ||
``` | ||
!fcadd <name of a channel you want updates to go to> | ||
!fcleague <league ID> | ||
!fcleague <league ID> <league year> | ||
!fcstart | ||
``` | ||
|
||
Example: | ||
``` | ||
!fcadd fantasy-critic | ||
!fcleague abb1234f-44c0-2c7d-9901-80aa314d26f6 | ||
!fcleague abb1234f-44c0-2c7d-9901-80aa314d26f6 2021 | ||
!fcstart | ||
``` | ||
|
||
You can find your league ID in the URL of your league's page. | ||
https://www.fantasycritic.games/league/YOUR-LEAGUE-ID-HERE/2020 | ||
You can find your league ID (and year) in the URL of your league's page. | ||
https://www.fantasycritic.games/league/YOUR-LEAGUE-ID-HERE/YEAR | ||
|
||
### Setup with a private league | ||
|
||
|
@@ -81,7 +79,7 @@ In ANY channel in your server that Fantasy Critic Bot is in: | |
Example: | ||
``` | ||
!fcadd fantasy-critic | ||
!fclogin [email protected] s3cr3tpa55w0rd abb1234f-44c0-2c7d-9901-80aa314d26f6 2020 | ||
!fclogin [email protected] s3cr3tpa55w0rd abb1234f-44c0-2c7d-9901-80aa314d26f6 2021 | ||
!fcstart | ||
``` | ||
|
||
|
@@ -90,8 +88,8 @@ You can do it in a private channel, you can delete the message after you | |
send it. Sorry. This bot was just for me at first. Hopefully this will improve | ||
soon. It should be in a PM or something. | ||
|
||
You can find your league ID in the URL of your league's page. | ||
https://www.fantasycritic.games/league/YOUR-LEAGUE-ID-HERE/2020 | ||
You can find your league ID (and year) in the URL of your league's page. | ||
https://www.fantasycritic.games/league/YOUR-LEAGUE-ID-HERE/YEAR | ||
|
||
## Command list | ||
|
||
|
@@ -105,7 +103,7 @@ https://www.fantasycritic.games/league/YOUR-LEAGUE-ID-HERE/2020 | |
|
||
* `!fcadd <channel name>`: Add a channel that should receive updates from fcbot. | ||
* `!fcremove <channel name>`: Remove a channel from receiving updates. | ||
* `!fcleague <league ID>`: Set this fcbot to monitor the given public league. | ||
* `!fcleague <league ID> <league year>`: Set this fcbot to monitor the given public league. | ||
* `!fclogin <email> <password> <league ID> <league year>`: Set this fcbot to monitor the given private league. | ||
* `!fcstart`: Begin posting updates to added channels. | ||
* `!fcstop`: Stop posting any updates. | ||
|
@@ -114,9 +112,10 @@ https://www.fantasycritic.games/league/YOUR-LEAGUE-ID-HERE/2020 | |
|
||
## FAQ | ||
|
||
### What happens with 2021 public leagues, once they exist?? | ||
### Why does it sometimes report news twice? | ||
|
||
It's an intermittent bug, it will go away. I will fix it some day. I think it's something to do with memcache. | ||
|
||
Unsupported for now, but it will be a small change once 2021 leagues are here. I will get to it then. | ||
|
||
### It's broken aahhh | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters