Fix function name
This commit is contained in:
parent
fce00ab4e3
commit
2571852ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Bot():
|
||||||
|
|
||||||
self.commands = callbacks.Callbacks()
|
self.commands = callbacks.Callbacks()
|
||||||
|
|
||||||
self.add_command("clone", self.create_command, "Clone this bot to another room.", # possibly add option to set nick?
|
self.add_command("clone", self.clone_command, "Clone this bot to another room.", # possibly add option to set nick?
|
||||||
("!clone @bot [ <room> [ --pw=<password> ] ]\n"
|
("!clone @bot [ <room> [ --pw=<password> ] ]\n"
|
||||||
"<room> : the name of the room to clone the bot to\n"
|
"<room> : the name of the room to clone the bot to\n"
|
||||||
"--pw : the room's password\n\n"
|
"--pw : the room's password\n\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue