We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b063bb commit e39d78bCopy full SHA for e39d78b
dbots/poster.py
@@ -179,7 +179,7 @@ class ClientPoster(Poster):
179
def __init__(self, client, client_library, **options):
180
filler = ClientFiller.get(client_library, client)
181
super().__init__(
182
- None, filler.user_count, filler.server_count,
+ None, filler.server_count, filler.user_count,
183
filler.voice_connections, **options
184
)
185
self.client = client
0 commit comments