@@ -119,7 +119,8 @@ def aliases() -> list:
119
119
def _post (
120
120
http_client : HTTPClient , bot_id : str , token : str ,
121
121
server_count = 0 , user_count = 0 ,
122
- shard_count : int = None , shard_id : int = None
122
+ voice_connections = 0 , shard_count : int = None ,
123
+ shard_id : int = None
123
124
) -> HTTPResponse :
124
125
payload = {
125
126
'server_count' : server_count ,
@@ -152,7 +153,9 @@ def aliases() -> list:
152
153
@staticmethod
153
154
def _post (
154
155
http_client : HTTPClient , bot_id : str , token : str ,
155
- server_count = 0
156
+ server_count = 0 , user_count = 0 ,
157
+ voice_connections = 0 , shard_count : int = None ,
158
+ shard_id : int = None
156
159
) -> HTTPResponse :
157
160
return http_client .request (
158
161
method = 'POST' ,
@@ -279,7 +282,9 @@ def aliases() -> list:
279
282
@staticmethod
280
283
def _post (
281
284
http_client : HTTPClient , bot_id : str , token : str ,
282
- server_count = 0
285
+ server_count = 0 , user_count = 0 ,
286
+ voice_connections = 0 , shard_count : int = None ,
287
+ shard_id : int = None
283
288
) -> HTTPResponse :
284
289
return http_client .request (
285
290
method = 'POST' ,
@@ -375,7 +380,8 @@ def aliases() -> list:
375
380
@staticmethod
376
381
def _post (
377
382
http_client : HTTPClient , bot_id : str , token : str ,
378
- server_count = 0 , shard_count : int = None ,
383
+ server_count = 0 , user_count = 0 ,
384
+ voice_connections = 0 , shard_count : int = None ,
379
385
shard_id : int = None
380
386
) -> HTTPResponse :
381
387
payload = { 'server_count' : server_count }
@@ -444,7 +450,9 @@ def aliases() -> list:
444
450
@staticmethod
445
451
def _post (
446
452
http_client : HTTPClient , bot_id : str , token : str ,
447
- server_count = 0
453
+ server_count = 0 , user_count = 0 ,
454
+ voice_connections = 0 , shard_count : int = None ,
455
+ shard_id : int = None
448
456
) -> HTTPResponse :
449
457
return http_client .request (
450
458
method = 'POST' ,
@@ -502,7 +510,9 @@ def aliases() -> list:
502
510
@staticmethod
503
511
def _post (
504
512
http_client : HTTPClient , bot_id : str , token : str ,
505
- server_count = 0
513
+ server_count = 0 , user_count = 0 ,
514
+ voice_connections = 0 , shard_count : int = None ,
515
+ shard_id : int = None
506
516
) -> HTTPResponse :
507
517
return http_client .request (
508
518
method = 'POST' ,
@@ -541,6 +551,8 @@ def aliases() -> list:
541
551
def _post (
542
552
http_client : HTTPClient , bot_id : str , token : str ,
543
553
server_count = 0 , user_count = 0 ,
554
+ voice_connections = 0 , shard_count : int = None ,
555
+ shard_id : int = None
544
556
) -> HTTPResponse :
545
557
return http_client .request (
546
558
method = 'POST' ,
@@ -584,7 +596,9 @@ def aliases() -> list:
584
596
@staticmethod
585
597
def _post (
586
598
http_client : HTTPClient , bot_id : str , token : str ,
587
- server_count = 0 ,
599
+ server_count = 0 , user_count = 0 ,
600
+ voice_connections = 0 , shard_count : int = None ,
601
+ shard_id : int = None
588
602
) -> HTTPResponse :
589
603
return http_client .request (
590
604
method = 'POST' ,
@@ -642,7 +656,10 @@ def aliases() -> list:
642
656
643
657
@staticmethod
644
658
def _post (
645
- http_client : HTTPClient , bot_id : str , token : str
659
+ http_client : HTTPClient , bot_id : str , token : str ,
660
+ server_count = 0 , user_count = 0 ,
661
+ voice_connections = 0 , shard_count : int = None ,
662
+ shard_id : int = None
646
663
) -> HTTPResponse :
647
664
raise PostingUnsupported ()
648
665
@@ -810,7 +827,8 @@ def aliases() -> list:
810
827
@staticmethod
811
828
def _post (
812
829
http_client : HTTPClient , bot_id : str , token : str ,
813
- server_count = 0 , shard_count : int = None ,
830
+ server_count = 0 , user_count = 0 ,
831
+ voice_connections = 0 , shard_count : int = None ,
814
832
shard_id : int = None
815
833
) -> HTTPResponse :
816
834
payload = { 'guildCount' : server_count }
@@ -878,7 +896,9 @@ def aliases() -> list:
878
896
@staticmethod
879
897
def _post (
880
898
http_client : HTTPClient , bot_id : str , token : str ,
881
- server_count = 0
899
+ server_count = 0 , user_count = 0 ,
900
+ voice_connections = 0 , shard_count : int = None ,
901
+ shard_id : int = None
882
902
) -> HTTPResponse :
883
903
return http_client .request (
884
904
method = 'POST' ,
@@ -965,7 +985,9 @@ def aliases() -> list:
965
985
@staticmethod
966
986
def _post (
967
987
http_client : HTTPClient , bot_id : str , token : str ,
968
- server_count = 0
988
+ server_count = 0 , user_count = 0 ,
989
+ voice_connections = 0 , shard_count : int = None ,
990
+ shard_id : int = None
969
991
) -> HTTPResponse :
970
992
return http_client .request (
971
993
method = 'POST' ,
@@ -1099,7 +1121,9 @@ def aliases() -> list:
1099
1121
@staticmethod
1100
1122
def _post (
1101
1123
http_client : HTTPClient , bot_id : str , token : str ,
1102
- server_count = 0
1124
+ server_count = 0 , user_count = 0 ,
1125
+ voice_connections = 0 , shard_count : int = None ,
1126
+ shard_id : int = None
1103
1127
) -> HTTPResponse :
1104
1128
return http_client .request (
1105
1129
method = 'POST' ,
@@ -1193,7 +1217,9 @@ def aliases() -> list:
1193
1217
@staticmethod
1194
1218
def _post (
1195
1219
http_client : HTTPClient , bot_id : str , token : str ,
1196
- server_count = 0
1220
+ server_count = 0 , user_count = 0 ,
1221
+ voice_connections = 0 , shard_count : int = None ,
1222
+ shard_id : int = None
1197
1223
) -> HTTPResponse :
1198
1224
return http_client .request (
1199
1225
method = 'POST' ,
@@ -1306,7 +1332,9 @@ def aliases() -> list:
1306
1332
@staticmethod
1307
1333
def _post (
1308
1334
http_client : HTTPClient , bot_id : str , token : str ,
1309
- server_count = 0
1335
+ server_count = 0 , user_count = 0 ,
1336
+ voice_connections = 0 , shard_count : int = None ,
1337
+ shard_id : int = None
1310
1338
) -> HTTPResponse :
1311
1339
return http_client .request (
1312
1340
method = 'POST' ,
@@ -1374,7 +1402,9 @@ def aliases() -> list:
1374
1402
@staticmethod
1375
1403
def _post (
1376
1404
http_client : HTTPClient , bot_id : str , token : str ,
1377
- server_count = 0
1405
+ server_count = 0 , user_count = 0 ,
1406
+ voice_connections = 0 , shard_count : int = None ,
1407
+ shard_id : int = None
1378
1408
) -> HTTPResponse :
1379
1409
return http_client .request (
1380
1410
method = 'POST' ,
@@ -1458,7 +1488,8 @@ def aliases() -> list:
1458
1488
@staticmethod
1459
1489
def _post (
1460
1490
http_client : HTTPClient , bot_id : str , token : str ,
1461
- server_count = 0 , shard_count : int = None ,
1491
+ server_count = 0 , user_count = 0 ,
1492
+ voice_connections = 0 , shard_count : int = None ,
1462
1493
shard_id : int = None
1463
1494
) -> HTTPResponse :
1464
1495
payload = { 'guild_count' : server_count }
@@ -1597,7 +1628,9 @@ def aliases() -> list:
1597
1628
@staticmethod
1598
1629
def _post (
1599
1630
http_client : HTTPClient , bot_id : str , token : str ,
1600
- server_count = 0
1631
+ server_count = 0 , user_count = 0 ,
1632
+ voice_connections = 0 , shard_count : int = None ,
1633
+ shard_id : int = None
1601
1634
) -> HTTPResponse :
1602
1635
return http_client .request (
1603
1636
method = 'POST' ,
@@ -1695,7 +1728,9 @@ def aliases() -> list:
1695
1728
@staticmethod
1696
1729
def _post (
1697
1730
http_client : HTTPClient , bot_id : str , token : str ,
1698
- server_count = 0
1731
+ server_count = 0 , user_count = 0 ,
1732
+ voice_connections = 0 , shard_count : int = None ,
1733
+ shard_id : int = None
1699
1734
) -> HTTPResponse :
1700
1735
return http_client .request (
1701
1736
method = 'POST' ,
@@ -1763,7 +1798,9 @@ def aliases() -> list:
1763
1798
@staticmethod
1764
1799
def _post (
1765
1800
http_client : HTTPClient , bot_id : str , token : str ,
1766
- server_count = 0 , user_count = 0
1801
+ server_count = 0 , user_count = 0 ,
1802
+ voice_connections = 0 , shard_count : int = None ,
1803
+ shard_id : int = None
1767
1804
) -> HTTPResponse :
1768
1805
return http_client .request (
1769
1806
method = 'POST' ,
@@ -1956,7 +1993,8 @@ def aliases() -> list:
1956
1993
@staticmethod
1957
1994
def _post (
1958
1995
http_client : HTTPClient , bot_id : str , token : str ,
1959
- server_count = 0 , shard_count : int = None ,
1996
+ server_count = 0 , user_count = 0 ,
1997
+ voice_connections = 0 , shard_count : int = None ,
1960
1998
shard_id : int = None
1961
1999
) -> HTTPResponse :
1962
2000
payload = { 'serveurs' : server_count }
@@ -2015,7 +2053,9 @@ def aliases() -> list:
2015
2053
@staticmethod
2016
2054
def _post (
2017
2055
http_client : HTTPClient , bot_id : str , token : str ,
2018
- server_count = 0
2056
+ server_count = 0 , user_count = 0 ,
2057
+ voice_connections = 0 , shard_count : int = None ,
2058
+ shard_id : int = None
2019
2059
) -> HTTPResponse :
2020
2060
return http_client .request (
2021
2061
method = 'POST' ,
0 commit comments