Skip to content

Commit e0346dc

Browse files
authored
revert Http.php
1 parent 446bc1e commit e0346dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Discord/Http.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ class Http
3737
*
3838
* @var string
3939
*/
40-
public const VERSION = 'v10.0.0';
40+
public const VERSION = 'v9.0.0';
4141

4242
/**
4343
* Current Discord HTTP API version.
4444
*
4545
* @var string
4646
*/
47-
public const HTTP_API_VERSION = 10;
47+
public const HTTP_API_VERSION = 9;
4848

4949
/**
5050
* Discord API base URL.

0 commit comments

Comments
 (0)