-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml.example
30 lines (30 loc) · 904 Bytes
/
config.yml.example
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
bot:
name: "MyTelegramBot"
commands:
start:
description: "Start the bot"
response: "Welcome message"
help:
description: "Show available commands"
response: "Available commands:\n{commands}"
settings:
description: "Manage bot settings"
response: "Current Settings:\n{settings}"
echo:
description: "Echo the user's message"
response: "{message}"
stop:
description: "Stop the bot"
response: "Bot stopped."
version:
description: "Show bot version"
response: "Bot version: {version}"
toggle_status:
description: "Toggle status message"
response: "Status message toggled."
change_status_interval:
description: "Change status message interval"
response: "Status message interval changed."
call_function:
description: "Call a function"
response: "Function called."