clessy-ng/run.ps1
Hamcha 42de49b13d
Some checks failed
continuous-integration/drone/push Build is failing
Use db not files!
2022-03-25 20:06:13 +01:00

6 lines
No EOL
173 B
PowerShell

# Usage: setenv.ps1 <bot-token> <ngrok url>
$env:CLESSY_TOKEN = $args[0]
$env:CLESSY_WEBHOOK = $args[1] + "/test"
$env:CLESSY_DB_DIR = "_data/db"
mkdir -force _data
go run .