Update Bot class name.
This commit is contained in:
@@ -4,7 +4,7 @@ import websockets
|
|||||||
|
|
||||||
from twitchio.web import AiohttpAdapter
|
from twitchio.web import AiohttpAdapter
|
||||||
|
|
||||||
from meta import CrocBot, conf, setup_main_logger, args
|
from meta import Bot, conf, setup_main_logger, args
|
||||||
from data import Database
|
from data import Database
|
||||||
|
|
||||||
from modules import twitch_setup
|
from modules import twitch_setup
|
||||||
@@ -23,7 +23,7 @@ async def main():
|
|||||||
eventsub_secret=conf.bot.get('eventsub_secret', None)
|
eventsub_secret=conf.bot.get('eventsub_secret', None)
|
||||||
)
|
)
|
||||||
|
|
||||||
bot = CrocBot(
|
bot = Bot(
|
||||||
config=conf,
|
config=conf,
|
||||||
dbconn=db,
|
dbconn=db,
|
||||||
adapter=adapter,
|
adapter=adapter,
|
||||||
|
|||||||
Reference in New Issue
Block a user