aboutsummaryrefslogtreecommitdiff
path: root/config.sh.sample
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh.sample')
-rw-r--r--config.sh.sample16
1 files changed, 0 insertions, 16 deletions
diff --git a/config.sh.sample b/config.sh.sample
deleted file mode 100644
index a954658..0000000
--- a/config.sh.sample
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-# Group the bot should monitor
-export GSB_GROUP_ID=""
-# Path where the bots data should be stored
-export GSB_STORE_PATH="~/geldschieberbot"
-# Command the bot uses to send responses
-export GSB_SEND_CMD=""
-# Signal user the bot should use
-export GSB_USER=""
-
-# create GSB_STORE_PATH
-if [[ ! -e "$GSB_STORE_PATH" ]]
-then
- mkdir -p $GSB_STORE_PATH 2>/dev/null
-fi