Add eventsub secret

This commit is contained in:
2025-07-28 13:32:11 +10:00
parent 6879e53fbf
commit 239b778f27

View File

@@ -28,6 +28,7 @@ async def main():
host=conf.bot.get('wshost', None),
port=conf.bot.getint('wsport', None),
domain=conf.bot.get('wsdomain', None),
eventsub_secret=conf.bot.get('eventsub_secret', None)
)
async with websockets.serve(sockets.root_handler, '', conf.wserver.getint('port')):