Skip to content

Commit e39d78b

Browse files
committed
fix
1 parent 9b063bb commit e39d78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbots/poster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class ClientPoster(Poster):
179179
def __init__(self, client, client_library, **options):
180180
filler = ClientFiller.get(client_library, client)
181181
super().__init__(
182-
None, filler.user_count, filler.server_count,
182+
None, filler.server_count, filler.user_count,
183183
filler.voice_connections, **options
184184
)
185185
self.client = client

0 commit comments

Comments
 (0)