diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | config.ini.example (renamed from config.ini) | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,4 @@ | |||
1 | config.ini | ||
1 | # Byte-compiled / optimized / DLL files | 2 | # Byte-compiled / optimized / DLL files |
2 | __pycache__/ | 3 | __pycache__/ |
3 | *.py[cod] | 4 | *.py[cod] |
diff --git a/config.ini b/config.ini.example index 8b4f7bf..f803e56 100644 --- a/config.ini +++ b/config.ini.example | |||
@@ -1,3 +1,6 @@ | |||
1 | [DEFAULT] | ||
2 | BOT_TOKEN="" | ||
3 | |||
1 | ; [DEFAULT] | 4 | ; [DEFAULT] |
2 | ; ServerAliveInterval = 45 | 5 | ; ServerAliveInterval = 45 |
3 | ; Compression = yes | 6 | ; Compression = yes |