We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d79e3 commit 8035e76Copy full SHA for 8035e76
py/Makefile
@@ -6,3 +6,6 @@ run:
6
python -m simulator fisher low
7
python -m simulator fisher mid
8
python -m simulator fisher high
9
+
10
+steak:
11
+ docker run -it --rm -v ${PWD}:/app/out -e DISCORD_TOKEN tyrrrz/discordchatexporter:stable export -c ${DISCORD_STEAK_CHANNEL_ID} --format json -o /app/out/steak_prices.json
0 commit comments