Update README.md

This commit is contained in:
Clxud 2021-10-17 13:01:15 -04:00 committed by GitHub
parent be0a1eb699
commit dc8af24385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',