Exemple #1
0
 /**
  * Sets the name of the bot.
  * "Yes give me a name!"
  * @param string $name The name of the bot.
  */
 public function setName($name)
 {
     $this->connection->setName((string) $name);
 }