blob: 85a4ab67fe6bd096ee4fe9a885968309a942a54b (
plain)
1
2
3
4
5
6
7
8
9
10
|
[bots]
# define a bot called simplebot
[bots.simplebot]
# The working directory for the bot.
path = "./bots/simplebot"
# What command to use for running the bot
argv = ["python", "simplebot.py"]
|