mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
added templaters
This commit is contained in:
parent
1754092f7c
commit
d5228ef146
13 changed files with 406 additions and 17 deletions
|
@ -12,6 +12,8 @@ vk:
|
|||
# Default path for POST requests from VK api
|
||||
endpoint: /
|
||||
groups: []
|
||||
templates:
|
||||
message_new: templates/message_new.md
|
||||
# groups:
|
||||
# - id: 0
|
||||
# name: 'Group name'
|
||||
|
@ -21,5 +23,9 @@ vk:
|
|||
# channels:
|
||||
# - id: '@pogonia_test_chan'
|
||||
# events:
|
||||
# - test
|
||||
# - another one
|
||||
# - wall_post_new
|
||||
# - post_suggestion
|
||||
# - group_join
|
||||
# - group_leave
|
||||
# - message_new
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue