Update pool.py
This commit is contained in:
parent
b98822d4a2
commit
661518875b
|
|
@ -97,7 +97,7 @@ class Node:
|
|||
"Authorization": self._password,
|
||||
"User-Id": str(self._bot.user.id),
|
||||
"Client-Name": f"Pomice/{__version__}",
|
||||
"Num-Shards": getattr(bot, "shards", 1)
|
||||
"Num-Shards": str(getattr(bot, "shards", 1)),
|
||||
}
|
||||
|
||||
self._players: Dict[int, Player] = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue