From dd26dcb08d3f96dfff5403734737aef96455d184 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 12 Jun 2019 21:32:01 +0200 Subject: [PATCH] sample config --- config.sample.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.sample.yml diff --git a/config.sample.yml b/config.sample.yml new file mode 100644 index 0000000..8f3ad55 --- /dev/null +++ b/config.sample.yml @@ -0,0 +1,4 @@ +token: my_telegram_bot_token + +watchlist: + max_items: 8 \ No newline at end of file