-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.ini
30 lines (23 loc) · 926 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[Tech]
token: 1234567890:ABCDEABCDEABCDEABCDEABCDEABCDE
support-chat-id: 1234567890
# If you want more spam turn it to 'yes'
success-answer-message: no
success-question-message: no
# Proxy settings
proxy: no
proxy-server: https://proxy_address:port
# Format for logging.logger
logger-format: %%(asctime)s %%(name)-12s %%(levelname)-8s %%(message)s
# Types of messages that bot has to forward
forward-types: text;audio;document;photo;sticker;video;voice;location;contact
[Messages]
start: Hey! It's the support bot for the @username channel!
Send any questions in private chat and wait for answer!
help: Send any questions in private chat and wait for answer!
question-was-sent: Bot: Success! I sent your message to admin.
question-wasnt-sent: Bot: Error!
answer-was-sent: Bot: Success! I sent your answer.
get-answer: {message}
block-user: Bot: {user_id} was blocked.
unblock-user: Bot: {user_id} was unblocked.