babili-bot/actions/__init__.py

14 lines
250 B
Python

from actions.botlist import botlist
actions = [
{
"type": "response",
"pattern": "!botlist",
"callback": botlist
},
{
"type": "response",
"pattern": "!rollcall",
"callback": botlist
}
]