Add modular TMDb-first movie pipeline and Discord bot
This commit is contained in:
10
start-bot.bat
Normal file
10
start-bot.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
echo Starte Discord Bot...
|
||||
if not exist ".env" (
|
||||
echo Hinweis: .env wurde nicht gefunden. Der Bot startet nur, wenn die benoetigten Variablen bereits als Umgebungsvariablen gesetzt sind.
|
||||
)
|
||||
|
||||
k:\dev\Animes\.venv\Scripts\python.exe k:\dev\Animes\discord_bot.py
|
||||
exit /b %errorlevel%
|
||||
Reference in New Issue
Block a user