Merge branch 'main' of https://github.com/cloudwithax/pomice
This commit is contained in:
commit
8466ab9816
|
|
@ -58,7 +58,7 @@ class Music(commands.Cog):
|
||||||
def __init__(self, bot) -> None:
|
def __init__(self, bot) -> None:
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
self.obsidian = pomice.NodePool()
|
self.pomice = pomice.NodePool()
|
||||||
|
|
||||||
async def start_nodes(self):
|
async def start_nodes(self):
|
||||||
await self.pomice.create_node(bot=self.bot, host='127.0.0.1', port='3030',
|
await self.pomice.create_node(bot=self.bot, host='127.0.0.1', port='3030',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue