Skip to content

Commit 2f3d71b

Browse files
committed
Fixes #6
For windows users
1 parent eb58a68 commit 2f3d71b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function __construct($token)
1414
if (is_null($this->token))
1515
throw new TelegramException('Required "token" key not supplied');
1616

17-
$this->baseURL = self::BASE_URL . $this->token . DIRECTORY_SEPARATOR;
17+
$this->baseURL = self::BASE_URL . $this->token . '/';
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)