-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6e24cc
commit 6dc71a7
Showing
4 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
requires environment variables: | ||
# requires environment variables: | ||
|
||
RIOT_TOKEN The token for the Riot API | ||
|
||
DISCORD_TOKEN The token for the Discord API | ||
|
||
VIP_USER Snowflake of the user that may execute configuration commands | ||
|
||
VIP_GUILD Snowflake of the guild that has configuration commands | ||
|
||
GAME_VERSION The LoL version used for the embed downloads | ||
|
||
needs the following files: | ||
CONFIG_PATH The base path for the files listed below | ||
|
||
|
||
# needs the following files: | ||
|
||
snowflake_puuid.txt Maps Discord Snowflakes to Riot PUUIDs, each on a new line, separated by pipe symbols | ||
|
||
snowflake_puuid.txt Maps Discord Snowflakes to Riot PUUIDs, each on a new line, separated by pipe symbols | ||
model.bin The DecisionTree. Can be recreated by the bot |
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