mirror of
https://github.com/Death916/deathsite.git
synced 2026-04-10 03:04:41 -07:00
twitch parent ref
This commit is contained in:
parent
e4e3673585
commit
a37f680886
2 changed files with 6 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -15,3 +15,7 @@ assets*
|
|||
# Virtual environments
|
||||
.venv
|
||||
*.json
|
||||
*log
|
||||
*.log
|
||||
*.logs
|
||||
*log
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ import asyncio
|
|||
TWITCH_USERNAME = "Death916"
|
||||
YOUTUBE_URL = "https://www.youtube.com/@916HS"
|
||||
YOUTUBE_EMBED_URL = "https://www.youtube.com/embed/D43Ks8fxoz4"
|
||||
TWITCH_CHAT_URL = f"https://www.twitch.tv/embed/{TWITCH_USERNAME}/chat?parent=localhost&muted=true"
|
||||
TWITCH_EMBED_URL = f"https://player.twitch.tv/?channel={TWITCH_USERNAME}&parent=localhost&muted=true"
|
||||
TWITCH_CHAT_URL = f"https://www.twitch.tv/embed/{TWITCH_USERNAME}/chat?parent=death916.xyz&muted=true"
|
||||
TWITCH_EMBED_URL = f"https://player.twitch.tv/?channel={TWITCH_USERNAME}&parent=death916.xyz&muted=true"
|
||||
GITHUB_URL = "https://github.com/Death916"
|
||||
PROJECTS_DATA = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue